All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.1.0 (2020-08-12)
2.0.0 (2020-06-26)
- removed deprecated
expectType() - requires angular 10
- requires typescript 3.9
- remove
expectType()(de44c46)
1.2.0 (2020-05-09)
- add
trimLeftoverStyles()(7fe8373)
1.1.2 (2020-04-23)
- turn off more length rules for spec files (afa4680)
1.1.1 (2020-04-23)
- include eslint in dependencies (579b71a)
1.1.0 (2020-04-23)
- include eslint config for code complexity & length (af67635)
1.0.0 (2020-02-08)
- requires angular 9 & friends
- upgrade to angular 9 (e12dce3)
- deprecate
precompileForTests()and make it a no-op with Ivy (9068557)
0.10.0 (2019-07-20)
- add some support for dtslint (ea19485)
0.9.0 (2019-06-28)
- add
precompileForTests()(74cbce2)
0.8.0 (2019-06-25)
- Remove utility types. (a6c0f75)
- 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)
0.6.0 (2019-05-19)
expectType()can now compare 2 types against each other (3f8dfa1)
0.5.0 (2019-05-18)
- add
expectType()(2a87c05)
0.4.0 (2019-05-18)
- add utility types (9b47c9a)
0.3.0 (2019-05-18)
- name changed to
s-ng-dev-utils
0.2.0 (2019-05-11)
- upgrade dependencies (db0f144)
- requires angular 8 and typescript 3.4
- add
expectSingleCallAndReset()(e7b5b13)