Skip to content

Releases: anchovycation/metronom

v2.2.0

03 Feb 19:26
d10d218
Compare
Choose a tag to compare

Notable Changes

The set, get commands of Redis are implemented with the Metronome.setKey, Metronome.getKey functions.

What's Changed

Full Changelog: v2.1.0...v2.2.0

v2.1.0

30 Jan 21:00
Compare
Choose a tag to compare

Notable Changes

Logger added and first step for adapter abstraction taken

What's Changed

Full Changelog: v2.0.0...v2.1.0

v2.0.0

20 Jan 07:51
6521ef0
Compare
Choose a tag to compare

Notable Changes

THIS IS A MAJOR RELEASE!
If you do not change your code when migrating from the old version to this version, your program not work stable.

  • Added Metronom object so that multiple models can be produced with the same settings
  • Now it is possible to specify type and default value directly in schema
  • Import style is changed.
// import Model from 'metronom';
import { Metronom, Model, Types } from 'metronom';

What's Changed

Full Changelog: v1.4.0...v2.0.0

v1.4.0-github-packages

19 Nov 12:34
b6d1d7c
Compare
Choose a tag to compare
Revert "proxy added (#46)" (#47)

This reverts commit 59e2c480b85382d5ebb4644c03d98f9c9fd3533d.

v1.4.0

12 Jul 19:27
960e894
Compare
Choose a tag to compare

Notable Changes

ModelInstance.destroy() function added.

Commits

Full Changelog: v1.3.1...v1.4.0

v1.3.1

09 Jul 08:54
ec00e37
Compare
Choose a tag to compare

Notable Changes

ModelInstance.save() function's logical error fixed. Code documentation added.

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

03 Mar 08:22
1ee78a4
Compare
Choose a tag to compare

Notable Changes

Added Model.filter function that allows searching over values in Redis.

Full Changelog: v1.2.0...v1.3.0

v1.2.0

16 Feb 15:37
e262f97
Compare
Choose a tag to compare

Notable Changes

Added a function that get all records in the database.

New Contributors

Full Changelog: v1.1.1...v1.2.0

v1.1.1

14 Feb 21:27
a8c1bd3
Compare
Choose a tag to compare

Notable Changes

Updated read and write operations to be safer in JSON type

  • [ 845d0be ] - (SEMVER-MINOR) safeRead and safeWrite functions, flexable schema feature added by @saracalihan in #16

Full Changelog: v1.0.0...v1.1.1

v1.0.0

14 Feb 20:59
cf8d26a
Compare
Choose a tag to compare

Version 1.0.0

Notable Changes

Adding base project structure and making it available in production.

  • [ df7c382 ] - (SEMVER-MAJOR) Initialize, Model.create(), Model.findById(), Model.deleteById(), ModelInstance.save() functions added by @saracalihan .

Full Changelog: https://github.com/anchovycation/metronom/commits/v1.0.0