-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Changelog | ||
|
||
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. | ||
|
||
## [0.4.0](https://github.com/bgrand-ch/nativescript-getters/compare/v0.2.0...v0.4.0) (2021-05-02) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* **methods:** All methods with a single parameter are removed. | ||
|
||
### Features | ||
|
||
* **methods:** consolidate methods and improve consistency ([b39e280](https://github.com/bgrand-ch/nativescript-getters/commit/b39e2807fbb098c65afd575f2258eca52ed5a025)) | ||
* add more functions ([2476a7a](https://github.com/bgrand-ch/nativescript-getters/commit/2476a7adc7bbdb6409ea565d9bf03f245b263e70)) | ||
* add separation of concerns ([b4319bf](https://github.com/bgrand-ch/nativescript-getters/commit/b4319bf3386820ccb0d7e78b1c7345b82ba40209)) | ||
* add typings ([a7344ef](https://github.com/bgrand-ch/nativescript-getters/commit/a7344effffad505b234c1ef9bbfc0116e1b86198)) | ||
* add utilities ([3f9c363](https://github.com/bgrand-ch/nativescript-getters/commit/3f9c363a25660b87634aa5cd81990a45dfac4263)) | ||
* add val pairs function ([d5462b1](https://github.com/bgrand-ch/nativescript-getters/commit/d5462b11b3f15a2f98251c15cdd77fa1ddf104c0)) | ||
* catch method errors ([a57524d](https://github.com/bgrand-ch/nativescript-getters/commit/a57524db0ff90236348a20d167664b1eaff1c021)) | ||
* define and retrieve options ([52b057b](https://github.com/bgrand-ch/nativescript-getters/commit/52b057b8d1ec2d3e2d5268def16d166fe9998718)) | ||
* migrate to ns8 ([#5](https://github.com/bgrand-ch/nativescript-getters/issues/5)) ([ee6ef4e](https://github.com/bgrand-ch/nativescript-getters/commit/ee6ef4edf2a284527cebd98e50d83d479326c5e1)) | ||
* update functions ([650d79f](https://github.com/bgrand-ch/nativescript-getters/commit/650d79f98e0474aa7d72d7b786d133931e394985)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* 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)) | ||
* 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)) | ||
* check empty type group for regex ([989bf5a](https://github.com/bgrand-ch/nativescript-getters/commit/989bf5ad55e490f87d90543a2d18677e7be17e29)) | ||
* remove unnecessary options ([f9577d4](https://github.com/bgrand-ch/nativescript-getters/commit/f9577d4c1440f122ac8af76d0b3a849313cb8eee)) | ||
* **methods:** includes does not exists ([798419a](https://github.com/bgrand-ch/nativescript-getters/commit/798419a83c10bb132c0f9a9d677d6b3e1b753127)) | ||
* add typings ([bee0599](https://github.com/bgrand-ch/nativescript-getters/commit/bee0599faa73f1aa06e49ea800d6cdce65571791)) | ||
* move type roots to tsconfig ([acd4154](https://github.com/bgrand-ch/nativescript-getters/commit/acd41547c721f9d5aed969948ce7bbcc460fc0aa)) | ||
* styles and types functions ([24b6307](https://github.com/bgrand-ch/nativescript-getters/commit/24b63077a4a678fc3fa6f5b26669c4ab2d6c05b3)) | ||
* **ci:** copy readme ([#16](https://github.com/bgrand-ch/nativescript-getters/issues/16)) ([68cde2e](https://github.com/bgrand-ch/nativescript-getters/commit/68cde2edd45815ede17f709516eec8b3bb9f4a22)) | ||
* various fixes ([#9](https://github.com/bgrand-ch/nativescript-getters/issues/9)) ([d4e3b22](https://github.com/bgrand-ch/nativescript-getters/commit/d4e3b225ce5e1a4fda2259b6f28a979a5847312c)) |