@codetanzania/emis-incident-type
Version:
A representation of an entity which classify emergency(or disaster) from the most generalised(nature and family) to the most specific (main event and peril).
81 lines (50 loc) • 3.04 kB
Markdown
#### 1.5.1 (2019-06-04)
##### Chores
- install and configure changelog generator ([6affaba9](https://github.com/CodeTanzania/emis-incident-type/commit/6affaba96392bfc033abdb63edb0d529132a60a4))
- remove unused jsbeautify file ([daa426c0](https://github.com/CodeTanzania/emis-incident-type/commit/daa426c0e34a78abdef5f43f0cf3f91c3646485f))
- install and configure prettier ([094591c5](https://github.com/CodeTanzania/emis-incident-type/commit/094591c5f507d97ef07d786fb855bd93276f362a))
- ignore neovim editor configs ([ee35f5d2](https://github.com/CodeTanzania/emis-incident-type/commit/ee35f5d26a39976ad821214e8cb9e189b9395194))
- **package.json:** update package version to 1.5.1 ([5379b899](https://github.com/CodeTanzania/emis-incident-type/commit/5379b899f1070dedb290fd99f210c4d4b9e49603))
- **.gitignore:** ignore configuration folders ([965a21c3](https://github.com/CodeTanzania/emis-incident-type/commit/965a21c32567153fb71592fe2b1ed01db4ac17cf))
##### Refactors
- **model:**
- re-add preValidation function ([f79a92a3](https://github.com/CodeTanzania/emis-incident-type/commit/f79a92a32573704ae2616893e5624783b1a84b7f))
- remove un used function ([10e3676c](https://github.com/CodeTanzania/emis-incident-type/commit/10e3676cbc1c9fe5baf8e273e01aa49013e3ca47))
- reimplement seed use new API ([ddbadbaa](https://github.com/CodeTanzania/emis-incident-type/commit/ddbadbaa85a2410336089dfc32558ba831fd7099))
##### Code Style Changes
- format files with prettier ([1d42310b](https://github.com/CodeTanzania/emis-incident-type/commit/1d42310b2fcb80b0b2d4662dc1885f5f1baf4bc8))
#### 1.5.0 (2019-05-30)
##### Chores
- **deps:** force latest version & audit fix ([670f638a](https://github.com/CodeTanzania/emis-incident-type/commit/670f638a72a655f038694c585cc4af492a601c00))
- force latest dependencies ([e20ff615](https://github.com/CodeTanzania/emis-incident-type/commit/e20ff61518857cc3e70ebe87d9adaf48400314bf))
##### Refactors
- **deps:** migrate to new apis ([d513ee8f](https://github.com/CodeTanzania/emis-incident-type/commit/d513ee8fd8077d755e1ebbaa9068e78352b91614))
#### 1.4.0 (2019-01-31)
##### Refactors
- **model:** rename and add more incident natures & families ([2f5e640d](https://github.com/CodeTanzania/emis-incident-type/commit/2f5e640d6822ba2d4c7c3575e9ac9a02781899e1))
# v1.3.2 - 2018-12-24
- Allow copy nature, family, cap, color & icon from main incident type
# v1.3.1 - 2018-12-24
- Build latest apidoc
- Force latest dependencies & audit fix
- Refactor and improve specs readability
# v1.3.0 - 2018-12-16
- Build latest apidoc
- Add taggable plugin
- Force latest dependencies & audit fix
- Improve example app
# v1.2.0 - 2018-11-09
- Build latest API Doc
# v1.1.1 - 2018-11-08
- Allow seed from environment seed file
- Force latest dependencies
# v1.1.0 - 2018-11-05
- Refactor incident type model
- Add seeding capability
- Improve schema documentation
- Improve API doc
- Force latest dendencies
# v1.0.1 - 2018-10-01
- Update API Doc
# v1.0.0 - 2018-10-01
- Initial release