Skip to content

Latest commit

 

History

History
107 lines (75 loc) · 4.27 KB

CHANGELOG.md

File metadata and controls

107 lines (75 loc) · 4.27 KB

1.4.3 (2019-06-20)

Bug Fixes

1.4.2 (2019-06-19)

Chores
  • deps: force latest version & audit fix (3eac045c)
Code Style Changes

1.4.1 (2019-06-03)

Chores
  • deps: force latest version & audit fix (367bd6d9)
  • .gitignore: add files to be ignored (06b5ac44)
  • install and configure prettier (8aa6884d)
  • ignore neovim editor configs (a0906836)
Refactors
  • model: re-implement seed to use new API (7ed2ec0e)
Code Style Changes

1.4.0 (2019-05-30)

Chores
  • deps:
    • refactor to use latest api (737b79eb)
    • force latest version & audit fix (03157231)
  • force latest dependencies (dfbab800)

1.3.0 (2019-02-18)

Refactors
  • extract seed to independent script (ea413ed8)
Code Style Changes
Tests
  • fix http specs for apiVersion updates (1c519bf3)

1.2.0 (2019-01-30)

Refactors
  • improve example sample & router apidocs (b6fbd76b)
  • add natures, families and types constants (10256625)
  • add nature, family, type & place (741fb39b)
  • examples: improve sample app (fd7b18fc)
  • schema: rename category to group (0a042940)

1.1.1 / 24-12-2018

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

1.1.0 / 16-12-2018

  • Build latest api doc
  • Add taggable behaviour
  • Force latest dependencies & audit fix
  • Fixes #10

1.0.2 / 06-12-2018

  • Build latest api doc
  • Update peerDependencies to use >= compactibility
  • Improve package main export jsdoc
  • Force latest dependencies

1.0.1 / 24-11-2018

  • Fix apidoc

1.0.0 / 24-11-2018

  • Add seeds into examples
  • Simplify example app bootup
  • Improve tag generate to handle non array value set on tags
  • Add Feature upsert static method
  • Add Feature seed static method
  • Implement Feature upsert specs
  • Implement Feature seed specs
  • Review Feature schema
  • Improve schema field properties
  • Improve feature schema unit specs
  • Re-model Feature class
  • Re-Implment new Feature model
  • Improve unit spec for new Feature model fields
  • Add demo link on usage doc
  • Clear unused dependencies
  • Add feature initial schema
  • Add feature initial http router
  • Add feature unit specs
  • Add feature integration specs
  • Improve domain model for administrative boundaries