Releases: indec-it/sivy
v0.2.1
v0.2.0
Breaking changes
fix(packages): upgrade packages and node engine (#11)
fix(packages): upgrade mongoose to v5.3.2 (#19)
New features
fix(auth): handle when token is expired (#14)
feat(status): add ping and health APIs (#16)
feat(model): add mongoose-history plugin for SurveyAddress (#13)
feat(sync): add dump surveys config for debugging (#18)
feat(surveys): add survey collection name config (#17)
feat(survey): add support for additional attributes on model (#20)
docs(readme): upgrade README to node@10 (#12)
Bug fixing
fix(packages): upgrade mongoose to v5.3.3 (#21)
fix(app): fix double morgan log entry (#15)
fix(model): fix survey collection name (#10)
v0.1.0
feat(app): fix npmignore file
docs(readme): add how-to-use to README.md (#7)
feat(app): add validation for required AUTH_CLIENT_SECRET env var (#9)
feat(app): add default values to environment variables (#8)
fix(packages): update mongoose to v5.0.1 (#6)
refactor(sync): refactor to better debugging (#4)
feat(app): update node engine to v8.9 (#5)
fix(app): fix eslint config to support async/await (#3)
fix(app): fix log when mongoose is connected (#2)
feat(model): fix Address and dwellings on SurveyAddress model (#1)