-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
a8015da
commit f9449e5
Showing
3 changed files
with
25 additions
and
32 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 |
---|---|---|
@@ -1,47 +1,40 @@ | ||
### Changelog | ||
|
||
All notable changes to this project will be documented in this file. Dates are displayed in UTC. | ||
|
||
### [0.2.3](https://github.com/jvandenaardweg/sort-by-property/compare/0.2.2...0.2.3) (2022-11-08) | ||
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). | ||
|
||
# Changelog | ||
#### [0.2.4](https://github.com/jvandenaardweg/sort-by-property/compare/0.2.3...0.2.4) | ||
|
||
## [0.2.2](https://github.com/jvandenaardweg/sort-by-property/compare/0.2.1...0.2.2) (2022-11-08) | ||
- chore: remove conventional changelog [`a8015da`](https://github.com/jvandenaardweg/sort-by-property/commit/a8015da16539bb7f449805415f90e28235beaefe) | ||
|
||
#### [0.2.3](https://github.com/jvandenaardweg/sort-by-property/compare/0.2.2...0.2.3) | ||
|
||
> 8 November 2022 | ||
- chore: release v0.2.3 [`d21f219`](https://github.com/jvandenaardweg/sort-by-property/commit/d21f219c1f0e9a5008dab9b228770de5e26c0b1a) | ||
- chore: added changelog [`cc46c2b`](https://github.com/jvandenaardweg/sort-by-property/commit/cc46c2b7846e3ec9355fb3443c3ac8f23d8ca70b) | ||
|
||
#### [0.2.2](https://github.com/jvandenaardweg/sort-by-property/compare/0.2.1...0.2.2) | ||
|
||
> 8 November 2022 | ||
- chore: create changelog on release [`9c7b570`](https://github.com/jvandenaardweg/sort-by-property/commit/9c7b570ebb64679a194d4f33600029dcea67934e) | ||
- chore: use auto-changelog [`96f0aaa`](https://github.com/jvandenaardweg/sort-by-property/commit/96f0aaa2d01fd709b86dc822eb276dcbdfb08f8b) | ||
- refactor: use array util for isArray [`4f7cdbb`](https://github.com/jvandenaardweg/sort-by-property/commit/4f7cdbb773cf6f32af746399251943992d407e8c) | ||
- chore: release v0.2.2 [`040f865`](https://github.com/jvandenaardweg/sort-by-property/commit/040f865f6dc685af09aec858fa56191efdd9155c) | ||
- chore: update changelog config [`b1ed290`](https://github.com/jvandenaardweg/sort-by-property/commit/b1ed290940338138efd6a8191ff3bbac5bd63d41) | ||
- chore: update changelog config [`9bce17c`](https://github.com/jvandenaardweg/sort-by-property/commit/9bce17c966bd1c92bd44f39773db6705a578aee0) | ||
|
||
## [0.2.1](https://github.com/jvandenaardweg/sort-by-property/compare/0.2.0...0.2.1) (2022-11-08) | ||
#### [0.2.1](https://github.com/jvandenaardweg/sort-by-property/compare/0.2.0...0.2.1) | ||
|
||
> 8 November 2022 | ||
- docs: update readme with npm package name [`c408483`](https://github.com/jvandenaardweg/sort-by-property/commit/c408483010cbce2534c39510d2f9a9a47cf98d4e) | ||
- chore: release v0.2.1 [`0f72049`](https://github.com/jvandenaardweg/sort-by-property/commit/0f720497a3fc8bb0b808dcd813e12ec16c48ade7) | ||
- chore: create changelog on release [`83c687f`](https://github.com/jvandenaardweg/sort-by-property/commit/83c687fd03b0e79aa5883f2334e6599f45984dbf) | ||
- chore: enable github release [`b743768`](https://github.com/jvandenaardweg/sort-by-property/commit/b7437681e025da21eeb941240a41c1528201e6ac) | ||
- chore: disable github release for now [`015805e`](https://github.com/jvandenaardweg/sort-by-property/commit/015805e6f95623c254bb7582b45ee0298cd45ae2) | ||
|
||
## 0.2.0 (2022-11-08) | ||
#### 0.2.0 | ||
|
||
> 8 November 2022 | ||
- feat: add typed sortBy method [`ba12289`](https://github.com/jvandenaardweg/sort-by-property/commit/ba122899554a437e9b326b2051cd2cce16ad834a) | ||
- chore: add release-it [`4f01d81`](https://github.com/jvandenaardweg/sort-by-property/commit/4f01d8138733955b97ea3000b8adb6cf1dab0af8) | ||
- chore: remove unused deps [`1815a6f`](https://github.com/jvandenaardweg/sort-by-property/commit/1815a6ff3c1a6e44fbfc77183a9fdba98d4aa67d) | ||
- chore: add eslint [`292ff84`](https://github.com/jvandenaardweg/sort-by-property/commit/292ff84062892fba104ab89dad0246a95368355f) | ||
- test: add unit tests for util methods [`6a1f002`](https://github.com/jvandenaardweg/sort-by-property/commit/6a1f0028abb69d7f338ce1094cb826fa33fa4eab) | ||
- Initial commit [`05df358`](https://github.com/jvandenaardweg/sort-by-property/commit/05df358cc6f9eec2a3a52e3fc3c9522e83b06713) | ||
- chore: update gitignore [`b0ef133`](https://github.com/jvandenaardweg/sort-by-property/commit/b0ef133c713bb2566da03d5979c1e8ebe68f649d) | ||
- chore: create npm-publish.yml [`85fcdb2`](https://github.com/jvandenaardweg/sort-by-property/commit/85fcdb2b7c8abe6bcd4ce77e833ee44ffac39126) | ||
- Create node.js.yml [`293a42d`](https://github.com/jvandenaardweg/sort-by-property/commit/293a42dfe72afae857b1ae9ff4ec4c8da9bca553) | ||
- chore: added husky [`dbf481c`](https://github.com/jvandenaardweg/sort-by-property/commit/dbf481c7f8bd2fe0256f235ffee409d4564ac918) | ||
- chore: add dependabot [`248b46b`](https://github.com/jvandenaardweg/sort-by-property/commit/248b46b429b2525a76da09f69fdfcda04e3f3f6a) | ||
- refactor: use T extends Record<string, any> [`dcd1aa9`](https://github.com/jvandenaardweg/sort-by-property/commit/dcd1aa92e2674a63a32680637bc0d357e027c6c6) | ||
- Update README.md [`db41419`](https://github.com/jvandenaardweg/sort-by-property/commit/db414194c92e94724bc17b3a649e2048bf2b90f8) | ||
- feat: update name [`9a2e2bb`](https://github.com/jvandenaardweg/sort-by-property/commit/9a2e2bb83d6a25bb6306cc5c3f92531f7ee40b86) | ||
- Release 0.2.0 [`2340b88`](https://github.com/jvandenaardweg/sort-by-property/commit/2340b887adc5586b5601f500f1c9cd08d0dfc2b6) | ||
- chore: rename repo url [`4c63903`](https://github.com/jvandenaardweg/sort-by-property/commit/4c63903c443eb604ab1d41d4b05020db513e1cc3) | ||
- refactor: do not use new Date when property is a date [`ba82d26`](https://github.com/jvandenaardweg/sort-by-property/commit/ba82d26d95829562016dbe1e5a7d3b0fb04b751b) | ||
- chore: update readme [`ce54bfa`](https://github.com/jvandenaardweg/sort-by-property/commit/ce54bfa801da8669b68f6c7d3e9362f220eeec33) | ||
- chore: skip release to npm from release-it [`16c84a3`](https://github.com/jvandenaardweg/sort-by-property/commit/16c84a372a60ccebddb1458d02ea83d17b910110) | ||
- chore: use npm access token in github action [`fe48201`](https://github.com/jvandenaardweg/sort-by-property/commit/fe48201d5cce286dcc64b9752d8e432afaba2c38) | ||
- chore: add package-ecosystem npm [`64f06ff`](https://github.com/jvandenaardweg/sort-by-property/commit/64f06ffa77fc072bac18e4a828cdbd20be6da4ee) | ||
- chore: use node 18 in .nvmrc [`5abdcfc`](https://github.com/jvandenaardweg/sort-by-property/commit/5abdcfc9cda50ec6641e9825176c24e94a8f1cc9) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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