Skip to content

Releases: compactd/slothdb

v1.5.0

03 Apr 18:22
Compare
Choose a tag to compare

1.5.0 (2018-04-03)

Features

  • SlothDatabase: add changes API (aa1ca11)

v1.4.0

03 Apr 16:58
Compare
Choose a tag to compare

1.4.0 (2018-04-03)

Features

  • SlothRel: support hasMany relation (359c204)

v1.3.0

03 Apr 14:19
Compare
Choose a tag to compare

1.3.0 (2018-04-03)

Features

  • BaseEntity: add remove function (bf7475d)
  • SlothDatabase: add findAllDocs function (8438285)
  • SlothDatabase: add findAllIDs method (19c5a1c)
  • add belongsTo relation mapper (933778e)
  • add SlothRel and belongsTo (5146e07)

v1.2.0

02 Apr 13:40
Compare
Choose a tag to compare

1.2.0 (2018-04-02)

Features

  • BaseEntity: add isDirty method (f33f86f)
  • add prototype data and shrink desc data (d3cd3d6)
  • BaseEntity: add save method (f20db15)

v1.1.0

01 Apr 13:31
Compare
Choose a tag to compare

1.1.0 (2018-04-01)

Bug Fixes

  • use generics on PouchFactory (8ec86ee)

Features

  • add SlothDatabase (a2f065e)
  • StaticData: make name optional (00a4d04)

v1.0.0

01 Apr 02:40
Compare
Choose a tag to compare

1.0.0 (2018-04-01)

Bug Fixes

  • remove mandatory semi-colons (d6b406b)
  • support class and property decorations (0084626)
  • SlothURI: use property accessors instead of reading props (8e7b48d)

Features

  • add boilerplate (89164af)
  • add SlothDatabase constructor and several opts (6d2aab5)
  • BaseEntity: remove useless find function (41c2f33)
  • models: add BaseEntity (829974b)
  • models: add SlothEntity class decorator (43fefb9)
  • models: add SlothField property decorator (2859109)
  • models: add SlothURI property decorator (eec0e51)
  • SlothURI: push to sloth.uris (8b3274e)