-
Notifications
You must be signed in to change notification settings - Fork 0
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
64 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,64 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). | ||
|
||
## [v2.1.1](https://github.com/artus9033/tsdiskdb/compare/v2.1.0...v2.1.1) - 2021-08-20 | ||
|
||
### Commits | ||
|
||
- Added auto-changelog semver git-tag-based changelog generation & proper npm scripts [`208e6c3`](https://github.com/artus9033/tsdiskdb/commit/208e6c38136931a738b4b59643cd3b15b5f460a6) | ||
|
||
## [v2.1.0](https://github.com/artus9033/tsdiskdb/compare/v2.0.0...v2.1.0) - 2021-08-20 | ||
|
||
### Commits | ||
|
||
- Added proper pre-publish bundling, replacing transpiling the library in postinstall [`b6d23bc`](https://github.com/artus9033/tsdiskdb/commit/b6d23bcd23c6daa6681384f6258eef647e89210e) | ||
|
||
## [v2.0.0](https://github.com/artus9033/tsdiskdb/compare/v1.0.5...v2.0.0) - 2021-08-20 | ||
|
||
### Commits | ||
|
||
- Warnings & errors throw an Error from now on instead of just logging & returning falsy values; fixed bugs with entity operation functions throwing unhandled exceptions if the collection is empty & its JSON file does not exist; transitioned deps to peerDependencies; added basic DB unit tests; added GH testing action [`f67be72`](https://github.com/artus9033/tsdiskdb/commit/f67be726a9bb3fd7fff8c1dc8b3e4aca72a40502) | ||
|
||
## [v1.0.5](https://github.com/artus9033/tsdiskdb/compare/v1.0.4...v1.0.5) - 2021-08-19 | ||
|
||
### Commits | ||
|
||
- Incremented version to 1.0.5 [`56b5201`](https://github.com/artus9033/tsdiskdb/commit/56b520192fb1cf2bea0e2e7bf8362086f3e6cd60) | ||
|
||
## [v1.0.4](https://github.com/artus9033/tsdiskdb/compare/v1.0.3...v1.0.4) - 2021-08-19 | ||
|
||
### Merged | ||
|
||
- Bump lodash from 4.17.19 to 4.17.21 [`#1`](https://github.com/artus9033/tsdiskdb/pull/1) | ||
- Bump merge from 1.2.1 to 2.1.1 [`#2`](https://github.com/artus9033/tsdiskdb/pull/2) | ||
|
||
### Commits | ||
|
||
- Updated README [`e34d159`](https://github.com/artus9033/tsdiskdb/commit/e34d1592f63f4316c9ee2c7a2332edcdf4ee9dfe) | ||
- Updated dependencies [`b1d8d9e`](https://github.com/artus9033/tsdiskdb/commit/b1d8d9ea2eb87672c4603f25d7405c332c5f3850) | ||
- Fixed UUID import problem with Webpack builds [`a467f28`](https://github.com/artus9033/tsdiskdb/commit/a467f285f4a0d568d0ae94130a7bfa9f97d7ae4b) | ||
|
||
## [v1.0.3](https://github.com/artus9033/tsdiskdb/compare/v1.0.2...v1.0.3) - 2020-11-23 | ||
|
||
### Commits | ||
|
||
- Updated typings [`272353d`](https://github.com/artus9033/tsdiskdb/commit/272353d81f588e168b726f227de88513cb26d92b) | ||
- Updated query typings [`054f6a8`](https://github.com/artus9033/tsdiskdb/commit/054f6a871f0f300d417f740eb4de80f96ed443fd) | ||
|
||
## [v1.0.2](https://github.com/artus9033/tsdiskdb/compare/v1.0.1...v1.0.2) - 2020-11-23 | ||
|
||
### Commits | ||
|
||
- Fixed tsc compilation errors in specific cases; added better return [`778c9af`](https://github.com/artus9033/tsdiskdb/commit/778c9af03acb1e1a94727e51b9a8eb8b325a8ba8) | ||
|
||
## v1.0.1 - 2020-07-24 | ||
|
||
### Commits | ||
|
||
- Initial commit; added types; added compilation scripts [`9db23d5`](https://github.com/artus9033/tsdiskdb/commit/9db23d54f7183ac0563b541391b9e5cab8810e8d) |