Skip to content

Releases: indec-it/sivy

v0.2.1

13 Oct 02:39
Compare
Choose a tag to compare

Breaking change

Changes preSaveSurvey handler method signature to:

(surveyAddressSurveyAddress, surveyobject, syncLogSyncLog)

New features

feat(handlers): add dump surveys handler (#22)

v0.2.0

12 Oct 20:50
Compare
Choose a tag to compare

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

22 Jan 12:11
Compare
Choose a tag to compare

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)