Release Notes
v2.1.0 - January 30, 2023
Added
- Internal Logger added
- IRedisAdaptor interface and NodeRedisAdaptor added, basic redis command abstructed
Full Changelog: https://github.com/anchovycation/metronom/compare/v2.0.0...v2.1.0
v2.0.0 - January 20, 2023
Added
Metronomobject- Limit parameter added to
Model.getAllfunction - Type and default value support added to schema
Changed
MetronomInstance.savefunction will save only the changed fields by tracing the proxy- changedValues added to MetronomInstance
Fixed
- Unflex model's empty schema error fixed
Full Changelog: https://github.com/anchovycation/metronom/compare/v1.4.0...v2.0.0
v1.4.0 - July 12, 2022
Added
ModelInstance.destroy()function
Full Changelog: https://github.com/anchovycation/metronom/compare/v1.3.1...v1.4.0
v1.3.1 - July 9, 2022
Fixed
Utilites.safeWritefunction's business logic
Full Changelog: https://github.com/anchovycation/metronom/compare/v1.3.0...v1.3.1
v1.3.0 - Marh 03, 2022
Added
ModelInstance.getPureDatafunction addedModel.createInstancefunction addedModel.filterfunction added
Changed
ModelInstance.toJSONbusiness logic changed
Full Changelog: https://github.com/anchovycation/metronom/compare/v1.2.0...v1.3.0
v1.2.0 - February 16, 2022
Added
Model.getAllfunction added
Changed
Model.redisClienttype updated toRedisClientType
Full Changelog: https://github.com/anchovycation/metronom/compare/v1.1.1...v1.2.0
v1.1.1 - February 15, 2022
Added
safeReadandsafeWritefunctions added- Flex schema feature implemented
Full Changelog: https://github.com/anchovycation/metronom/compare/v1.0.0...v1.1.1
v1.0.0 - February 14, 2022
First version of metronom. Basic CRUD functions added
Added
Model.create()function addedModel.findById()Model.deleteById()ModelInstance.save()
Full Changelog: https://github.com/anchovycation/metronom/compare/v1.3.1...v1.4.0
metronom