Skip to content

Releases: mpneuried/mysql-factory

mget with empty list

10 Aug 12:34
Compare
Choose a tag to compare

fix mget with an empty id list.
updated deps

Added table default limit configuration

18 Jul 06:45
Compare
Choose a tag to compare

Added table default limit configuration

missing options `customQueryFilter`

08 Jul 11:52
Compare
Choose a tag to compare

Added _customQueryFilter option to teh methods .get, .mget, .has, .del and ._update

String-ID with numbers

09 May 12:09
Compare
Choose a tag to compare
  • optimized string id create to also use numbers after the first char.
  • updated dependencies ( lodash 4.x )
  • updated dev environment
  • fixed coffee lint errors
  • removed code docs
  • optimized code publish to git and npm
  • removed old tests

(in/de)crement fix

24 Mar 10:32
Compare
Choose a tag to compare
  • Fixed to check incrementOnSave during (in/de)crement call
  • updated dependencies