Skip to content

Latest commit

 

History

History
executable file
·
44 lines (28 loc) · 671 Bytes

CHANGELOG.md

File metadata and controls

executable file
·
44 lines (28 loc) · 671 Bytes

Changelog

0.0.8

  • Updated to @rappopo/dab@0.0.11

0.0.7

  • Updated to @rappopo/dab@0.0.8
  • Removing idSrc & idDest in favor of schema mask provided by @rappopo/dab

0.0.6

  • withDetail params in all bulk methods
  • Updated to @rappopo/dab@0.0.6 to have copyFrom & copyTo for free
  • Bug fix this.options.options need to be deep cloned

0.0.5

  • Spec changed on bulkRemove

0.0.4

  • Adding .asCallback to the Promise

0.0.3

  • Update README

0.0.2

  • Adding bulkCreate method
  • Adding bulkUpdate method
  • Adding bulkRemove method

0.0.1

  • First commit ever
  • Support the most basic methods:
    • find
    • findOne
    • create
    • update
    • remove