Skip to content

Latest commit

 

History

History
138 lines (73 loc) · 5.49 KB

File metadata and controls

138 lines (73 loc) · 5.49 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.1.0 (2020-08-12)

Features

2.0.0 (2020-06-26)

⚠ BREAKING CHANGES

  • removed deprecated expectType()
  • requires angular 10
  • requires typescript 3.9

Features

1.2.0 (2020-05-09)

Features

  • add trimLeftoverStyles() (7fe8373)

1.1.2 (2020-04-23)

Bug Fixes

  • turn off more length rules for spec files (afa4680)

1.1.1 (2020-04-23)

Bug Fixes

  • include eslint in dependencies (579b71a)

1.1.0 (2020-04-23)

Features

  • include eslint config for code complexity & length (af67635)

1.0.0 (2020-02-08)

⚠ BREAKING CHANGES

  • requires angular 9 & friends

Features

Bug Fixes

  • deprecate precompileForTests() and make it a no-op with Ivy (9068557)

0.10.0 (2019-07-20)

Features

  • add some support for dtslint (ea19485)

0.9.0 (2019-06-28)

Features

  • add precompileForTests() (74cbce2)

0.8.0 (2019-06-25)

chore

BREAKING CHANGES

  • Removes all exported types from this library. They did not fit the spirit of "dev" utils, because they made this library a real dependency of libraries that use it

0.7.0 (2019-06-15)

Features

0.6.0 (2019-05-19)

Features

  • expectType() can now compare 2 types against each other (3f8dfa1)

0.5.0 (2019-05-18)

Features

0.4.0 (2019-05-18)

Features

0.3.0 (2019-05-18)

Features

  • Expand project concept to any dev-only dependencies (357afb8)
  • publish a tslint config (258828c)

BREAKING CHANGES

  • name changed to s-ng-dev-utils

0.2.0 (2019-05-11)

chore

BREAKING CHANGES

  • requires angular 8 and typescript 3.4

0.1.0 (2019-04-17)

Features

  • add expectSingleCallAndReset() (e7b5b13)