objection-guid
Version:
objection-guid
72 lines (48 loc) • 4.72 kB
Markdown
# Changelog
## [v3.1.0](https://github.com/seegno/objection-guid/tree/v3.1.0) (2022-02-03)
[Full Changelog](https://github.com/seegno/objection-guid/compare/v3.0.2...v3.1.0)
**Merged pull requests:**
- Add module declaration file [\#29](https://github.com/seegno/objection-guid/pull/29) ([kratos-42](https://github.com/kratos-42))
## [v3.0.2](https://github.com/seegno/objection-guid/tree/v3.0.2) (2018-08-17)
[Full Changelog](https://github.com/seegno/objection-guid/compare/v3.0.1...v3.0.2)
**Merged pull requests:**
- Fix uuid to uuid/v4 [\#25](https://github.com/seegno/objection-guid/pull/25) ([rivertam](https://github.com/rivertam))
- Add prettier code formatter [\#23](https://github.com/seegno/objection-guid/pull/23) ([nunorafaelrocha](https://github.com/nunorafaelrocha))
- Fix lint script [\#22](https://github.com/seegno/objection-guid/pull/22) ([nunorafaelrocha](https://github.com/nunorafaelrocha))
## [v3.0.1](https://github.com/seegno/objection-guid/tree/v3.0.1) (2018-04-26)
[Full Changelog](https://github.com/seegno/objection-guid/compare/v3.0.0...v3.0.1)
**Merged pull requests:**
- Pass entity context to the generateGuid function [\#21](https://github.com/seegno/objection-guid/pull/21) ([misablaha](https://github.com/misablaha))
- Update README with custom values section [\#20](https://github.com/seegno/objection-guid/pull/20) ([nunorafaelrocha](https://github.com/nunorafaelrocha))
## [v3.0.0](https://github.com/seegno/objection-guid/tree/v3.0.0) (2018-03-01)
[Full Changelog](https://github.com/seegno/objection-guid/compare/v2.1.0...v3.0.0)
**Merged pull requests:**
- Add possibility to provide custom values [\#19](https://github.com/seegno/objection-guid/pull/19) ([nunorafaelrocha](https://github.com/nunorafaelrocha))
- Remove node 4 support [\#18](https://github.com/seegno/objection-guid/pull/18) ([nunorafaelrocha](https://github.com/nunorafaelrocha))
## [v2.1.0](https://github.com/seegno/objection-guid/tree/v2.1.0) (2017-08-11)
[Full Changelog](https://github.com/seegno/objection-guid/compare/v2.0.0...v2.1.0)
**Merged pull requests:**
- Update plugin to export anonymously [\#16](https://github.com/seegno/objection-guid/pull/16) ([joaonice](https://github.com/joaonice))
- Update dependencies [\#14](https://github.com/seegno/objection-guid/pull/14) ([nunorafaelrocha](https://github.com/nunorafaelrocha))
- Add keywords to package.json [\#13](https://github.com/seegno/objection-guid/pull/13) ([nunorafaelrocha](https://github.com/nunorafaelrocha))
## [v2.0.0](https://github.com/seegno/objection-guid/tree/v2.0.0) (2017-07-11)
[Full Changelog](https://github.com/seegno/objection-guid/compare/v1.0.1...v2.0.0)
**Merged pull requests:**
- Add field and generateGuid plugin options [\#12](https://github.com/seegno/objection-guid/pull/12) ([joaonice](https://github.com/joaonice))
## [v1.0.1](https://github.com/seegno/objection-guid/tree/v1.0.1) (2017-07-06)
[Full Changelog](https://github.com/seegno/objection-guid/compare/v1.0.0...v1.0.1)
**Merged pull requests:**
- Fix readme example [\#11](https://github.com/seegno/objection-guid/pull/11) ([nunorafaelrocha](https://github.com/nunorafaelrocha))
## [v1.0.0](https://github.com/seegno/objection-guid/tree/v1.0.0) (2017-07-06)
**Merged pull requests:**
- Fix mistake in example in README.md [\#24](https://github.com/seegno/objection-guid/pull/24) ([rivertam](https://github.com/rivertam))
- Add npm lockfile [\#10](https://github.com/seegno/objection-guid/pull/10) ([nunorafaelrocha](https://github.com/nunorafaelrocha))
- Improve npm configuration [\#9](https://github.com/seegno/objection-guid/pull/9) ([nunorafaelrocha](https://github.com/nunorafaelrocha))
- Add support to ES5 [\#8](https://github.com/seegno/objection-guid/pull/8) ([joaonice](https://github.com/joaonice))
- Update project name [\#7](https://github.com/seegno/objection-guid/pull/7) ([nunorafaelrocha](https://github.com/nunorafaelrocha))
- Improve README [\#6](https://github.com/seegno/objection-guid/pull/6) ([joaonice](https://github.com/joaonice))
- Update node engine [\#5](https://github.com/seegno/objection-guid/pull/5) ([nunorafaelrocha](https://github.com/nunorafaelrocha))
- Add eslint configuration [\#4](https://github.com/seegno/objection-guid/pull/4) ([nunorafaelrocha](https://github.com/nunorafaelrocha))
- Add coveralls configuration [\#3](https://github.com/seegno/objection-guid/pull/3) ([nunorafaelrocha](https://github.com/nunorafaelrocha))
- Add travis configuration [\#2](https://github.com/seegno/objection-guid/pull/2) ([nunorafaelrocha](https://github.com/nunorafaelrocha))
- Add initial implementation [\#1](https://github.com/seegno/objection-guid/pull/1) ([joaonice](https://github.com/joaonice))