UNPKG

@herbsjs/gotu

Version:

Domain entities javascript library.

95 lines (44 loc) 4.09 kB
# [1.3.0](https://github.com/herbsjs/gotu/compare/v1.2.0...v1.3.0) (2023-11-22) ### Bug Fixes * 🐛 update eslint ([903f7da](https://github.com/herbsjs/gotu/commit/903f7daa6722d7166e49f99484702af90861e609)) * 🐛 update suma ([de458fd](https://github.com/herbsjs/gotu/commit/de458fdb4c73170469e1e5295f10789d27bff59e)) * **base entity:** fix bug on schema ids ([06b6f9b](https://github.com/herbsjs/gotu/commit/06b6f9b9069c26bc183eb89e392aed2e3f96ed6a)) ### Features * **entity:** try Parse - a method to cast the data loaded to a entity to the correct type ([2efb440](https://github.com/herbsjs/gotu/commit/2efb44052136dd1ee6e73ef3453ccabdbf60bcd3)), closes [#29](https://github.com/herbsjs/gotu/issues/29) * **validation:** onlyIDs - validate only ID fields ([cc08622](https://github.com/herbsjs/gotu/commit/cc08622af5be87e0e643346d6e9b212352663979)) * **validation:** reference Validation - Validation option only for reference/entity types ([39faa00](https://github.com/herbsjs/gotu/commit/39faa00fceb1371dfd63cc54ce9df14304bc4bfa)) # [1.3.0-beta.5](https://github.com/herbsjs/gotu/compare/v1.3.0-beta.4...v1.3.0-beta.5) (2023-11-22) ### Bug Fixes * 🐛 update eslint ([903f7da](https://github.com/herbsjs/gotu/commit/903f7daa6722d7166e49f99484702af90861e609)) # [1.3.0-beta.4](https://github.com/herbsjs/gotu/compare/v1.3.0-beta.3...v1.3.0-beta.4) (2023-11-22) ### Bug Fixes * 🐛 update suma ([de458fd](https://github.com/herbsjs/gotu/commit/de458fdb4c73170469e1e5295f10789d27bff59e)) # [1.3.0-beta.3](https://github.com/herbsjs/gotu/compare/v1.3.0-beta.2...v1.3.0-beta.3) (2023-06-23) ### Bug Fixes * **base entity:** fix bug on schema ids ([06b6f9b](https://github.com/herbsjs/gotu/commit/06b6f9b9069c26bc183eb89e392aed2e3f96ed6a)) # [1.3.0-beta.2](https://github.com/herbsjs/gotu/compare/v1.3.0-beta.1...v1.3.0-beta.2) (2023-05-07) ### Features * **validation:** onlyIDs - validate only ID fields ([cc08622](https://github.com/herbsjs/gotu/commit/cc08622af5be87e0e643346d6e9b212352663979)) * **validation:** reference Validation - Validation option only for reference/entity types ([39faa00](https://github.com/herbsjs/gotu/commit/39faa00fceb1371dfd63cc54ce9df14304bc4bfa)) # [1.3.0-beta.1](https://github.com/herbsjs/gotu/compare/v1.2.0...v1.3.0-beta.1) (2023-03-29) ### Features * **entity:** try Parse - a method to cast the data loaded to a entity to the correct type ([2efb440](https://github.com/herbsjs/gotu/commit/2efb44052136dd1ee6e73ef3453ccabdbf60bcd3)), closes [#29](https://github.com/herbsjs/gotu/issues/29) # [1.2.0](https://github.com/herbsjs/gotu/compare/v1.1.3...v1.2.0) (2022-07-27) ### Features * **base-entity:** fields and ids getters on base entity ([1e88326](https://github.com/herbsjs/gotu/commit/1e8832621a79e20577fae40029e3ad88a6dd4262)) ## [1.1.3](https://github.com/herbsjs/gotu/compare/v1.1.2...v1.1.3) (2022-06-27) ### Bug Fixes * **deps:** update herbs and lint dependencies ([6675a32](https://github.com/herbsjs/gotu/commit/6675a32406f7071bf3cadac0ea4db6235c9903a6)) ## [1.1.2](https://github.com/herbsjs/gotu/compare/v1.1.1...v1.1.2) (2022-04-21) ### Bug Fixes * **deps:** bump ansi-regex from 3.0.0 to 3.0.1 ([afd20bf](https://github.com/herbsjs/gotu/commit/afd20bf4972d7e785d58c5b4204be3a9851bfeb9)) * **deps:** bump node-fetch from 2.6.6 to 2.6.7 ([bee0ff7](https://github.com/herbsjs/gotu/commit/bee0ff77a3bff0138d8bb43a97704ddff5ab0583)) ## [1.1.1](https://github.com/herbsjs/gotu/compare/v1.1.0...v1.1.1) (2022-04-20) ### Bug Fixes * update suma version ([1cfe4a6](https://github.com/herbsjs/gotu/commit/1cfe4a62d62cfd1ddfe330f01498e7d2a5fb260e)) # [1.1.0](https://github.com/herbsjs/gotu/compare/v1.0.0...v1.1.0) (2021-12-12) ### Features * **field:** add id field type ([d896b54](https://github.com/herbsjs/gotu/commit/d896b549d1371d43ce0605cd1e3213a1b9fca0f8)), closes [#46](https://github.com/herbsjs/gotu/issues/46) # 1.0.0 (2021-06-23) ### Features * change library to herbs organization ([7db11f0](https://github.com/herbsjs/gotu/commit/7db11f0ee1661431fe2b3732cbff7bb59e067611))