Skip to content

Commit 2d46a4f

Browse files
committed
chore(release): 0.4.0
1 parent b39e280 commit 2d46a4f

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
## [0.4.0](https://github.com/bgrand-ch/nativescript-getters/compare/v0.2.0...v0.4.0) (2021-05-02)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **methods:** All methods with a single parameter are removed.
11+
12+
### Features
13+
14+
* **methods:** consolidate methods and improve consistency ([b39e280](https://github.com/bgrand-ch/nativescript-getters/commit/b39e2807fbb098c65afd575f2258eca52ed5a025))
15+
* add more functions ([2476a7a](https://github.com/bgrand-ch/nativescript-getters/commit/2476a7adc7bbdb6409ea565d9bf03f245b263e70))
16+
* add separation of concerns ([b4319bf](https://github.com/bgrand-ch/nativescript-getters/commit/b4319bf3386820ccb0d7e78b1c7345b82ba40209))
17+
* add typings ([a7344ef](https://github.com/bgrand-ch/nativescript-getters/commit/a7344effffad505b234c1ef9bbfc0116e1b86198))
18+
* add utilities ([3f9c363](https://github.com/bgrand-ch/nativescript-getters/commit/3f9c363a25660b87634aa5cd81990a45dfac4263))
19+
* add val pairs function ([d5462b1](https://github.com/bgrand-ch/nativescript-getters/commit/d5462b11b3f15a2f98251c15cdd77fa1ddf104c0))
20+
* catch method errors ([a57524d](https://github.com/bgrand-ch/nativescript-getters/commit/a57524db0ff90236348a20d167664b1eaff1c021))
21+
* define and retrieve options ([52b057b](https://github.com/bgrand-ch/nativescript-getters/commit/52b057b8d1ec2d3e2d5268def16d166fe9998718))
22+
* migrate to ns8 ([#5](https://github.com/bgrand-ch/nativescript-getters/issues/5)) ([ee6ef4e](https://github.com/bgrand-ch/nativescript-getters/commit/ee6ef4edf2a284527cebd98e50d83d479326c5e1))
23+
* update functions ([650d79f](https://github.com/bgrand-ch/nativescript-getters/commit/650d79f98e0474aa7d72d7b786d133931e394985))
24+
25+
26+
### Bug Fixes
27+
28+
* add nativescript core to peer dependencies ([#15](https://github.com/bgrand-ch/nativescript-getters/issues/15)) ([34ccad5](https://github.com/bgrand-ch/nativescript-getters/commit/34ccad5c940f5ea72f70c2d366f2f6121a6a08de))
29+
* add nativescript platforms key to package json ([#8](https://github.com/bgrand-ch/nativescript-getters/issues/8)) ([d72df68](https://github.com/bgrand-ch/nativescript-getters/commit/d72df6896d0ad667a04fa9f9fc2feedf6a0c1149))
30+
* check empty type group for regex ([989bf5a](https://github.com/bgrand-ch/nativescript-getters/commit/989bf5ad55e490f87d90543a2d18677e7be17e29))
31+
* remove unnecessary options ([f9577d4](https://github.com/bgrand-ch/nativescript-getters/commit/f9577d4c1440f122ac8af76d0b3a849313cb8eee))
32+
* **methods:** includes does not exists ([798419a](https://github.com/bgrand-ch/nativescript-getters/commit/798419a83c10bb132c0f9a9d677d6b3e1b753127))
33+
* add typings ([bee0599](https://github.com/bgrand-ch/nativescript-getters/commit/bee0599faa73f1aa06e49ea800d6cdce65571791))
34+
* move type roots to tsconfig ([acd4154](https://github.com/bgrand-ch/nativescript-getters/commit/acd41547c721f9d5aed969948ce7bbcc460fc0aa))
35+
* styles and types functions ([24b6307](https://github.com/bgrand-ch/nativescript-getters/commit/24b63077a4a678fc3fa6f5b26669c4ab2d6c05b3))
36+
* **ci:** copy readme ([#16](https://github.com/bgrand-ch/nativescript-getters/issues/16)) ([68cde2e](https://github.com/bgrand-ch/nativescript-getters/commit/68cde2edd45815ede17f709516eec8b3bb9f4a22))
37+
* various fixes ([#9](https://github.com/bgrand-ch/nativescript-getters/issues/9)) ([d4e3b22](https://github.com/bgrand-ch/nativescript-getters/commit/d4e3b225ce5e1a4fda2259b6f28a979a5847312c))

0 commit comments

Comments
 (0)