Skip to content

Latest commit

 

History

History
76 lines (55 loc) · 3.66 KB

CHANGELOG.md

File metadata and controls

76 lines (55 loc) · 3.66 KB

1.4.1 (2019-06-03)

Chores
  • deps: install and configure changelog generator (5e842825)
  • package.json: update package version to 1.4.1 (29c175d0)
  • ignore configuration files (173d202f)
  • remove unused jsbeautify file (5294a56c)
  • install and configure prettier (3b492867)
  • ignore neovim editor configs (5e284bb6)
  • .gitignore: ignore configuration folders (ae59517e)
Refactors
  • predefines: use latest api (38b967d8)
  • use latest api (9e2f558c)
  • model:
    • re-implement adjustment seed to use new API (23e323fb)
    • re-implement stocks seed to use new API (9fcadb5f)
    • re-implement item seed to use new API (55e37498)
Code Style Changes
Tests

1.4.0 (2019-05-30)

Chores
  • deps:
    • force latest version & audit fix (4a146f7b)
    • force latest version & audit fix (2b11eeb4)
  • force latest dependencies (37fa7ad6)
Refactors

1.3.0 (2019-01-29)

New Features
  • add uom on item autopopulate (f1770165)

1.2.2 / 24-12-2018

  • Build latest apidoc
  • Force latest dependencies & audit fix
  • Refactor and improve specs readability

1.2.1 / 17-12-2018

  • Force latest emis-stakeholder dependency
  • Build latest apidoc

1.1.0 / 07-12-2018

  • Build latest apidoc
  • Improve example app
  • Add taggable plugin
  • Improve integration specs to use mongoose-test-helpers

1.1.0 / 07-12-2018

  • Build latest apidoc
  • Refactor adjustment integration specs to include stock, store and party
  • Add warehouse router
  • Add warehouse router specs
  • Improve main export jsdoc
  • Add stock field in adjustment
  • Add store field in adjustment

1.0.0 / 21-11-2018

  • Implement initial item, stock, adjustment data model
  • Implement item, stock and ajustment http routers
  • Build latest apidoc