Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [1.7.0](v1.6.0...v1.7.0) (2022-05-04) ### ✨ Features * added states to produce occupancy range from building occupants field [sc-14748] ([a46c1d3](a46c1d3)) * create set-occupancy-range function to set occupancyrange based on fsec & occupants fields [sc-14748] ([8224931](8224931)) * create shared occupancy-range-map with fsecs, ranges for small & large occupancy ranges [sc-14748] ([0151b78](0151b78)) * replaced occupancy range states with function task state [sc-14748] ([e250b74](e250b74)) ### 🐛 Bug Fixes * add check for occupants = null [sc-14748] ([225f2d5](225f2d5)) * add condition to set-occupancy-range to skip if no building record found [sc-14748] ([f738be0](f738be0)) * added occupants field to if check to account for buildings with a dna form completion but no occupants data [sc-14748] ([3b04207](3b04207)) * fix incorrect fsec variable in occupancy-range-map [sc-14748] ([e622487](e622487)) * standard ([4179cba](4179cba)) ### 🛠 Builds * **deps-dev:** update dependency [@semantic-release](https://github.com/semantic-release)/changelog to v6 ([412518c](412518c)) * **deps-dev:** update dependency [@semantic-release](https://github.com/semantic-release)/exec to v6 ([d6a8f3c](d6a8f3c)) * **deps-dev:** update dependency [@semantic-release](https://github.com/semantic-release)/exec to v6.0.3 ([59cc752](59cc752)) * **deps-dev:** update dependency [@semantic-release](https://github.com/semantic-release)/git to v10 ([9bb78f8](9bb78f8)) * **deps-dev:** update dependency [@wmfs](https://github.com/wmfs)/tymly to v1.212.4 ([2f1df38](2f1df38)) * **deps-dev:** update dependency [@wmfs](https://github.com/wmfs)/tymly to v1.213.0 ([e0c184e](e0c184e)) * **deps-dev:** update dependency [@wmfs](https://github.com/wmfs)/tymly to v1.216.0 ([05610e4](05610e4)) * **deps-dev:** update dependency [@wmfs](https://github.com/wmfs)/tymly to v1.217.0 ([500576b](500576b)) * **deps-dev:** update dependency [@wmfs](https://github.com/wmfs)/tymly to v1.218.0 ([13fc96e](13fc96e)) * **deps-dev:** update dependency [@wmfs](https://github.com/wmfs)/tymly to v1.218.1 ([592b8a4](592b8a4)) * **deps-dev:** update dependency [@wmfs](https://github.com/wmfs)/tymly to v1.220.0 ([32e64e4](32e64e4)) * **deps-dev:** update dependency [@wmfs](https://github.com/wmfs)/tymly to v1.221.0 ([a7f93a4](a7f93a4)) * **deps-dev:** update dependency [@wmfs](https://github.com/wmfs)/tymly to v1.222.0 ([8f204c0](8f204c0)) * **deps-dev:** update dependency [@wmfs](https://github.com/wmfs)/tymly to v1.224.2 ([a66140a](a66140a)) * **deps-dev:** update dependency [@wmfs](https://github.com/wmfs)/tymly-pg-plugin to v1.257.0 ([7683aac](7683aac)) * **deps-dev:** update dependency [@wmfs](https://github.com/wmfs)/tymly-pg-plugin to v1.258.0 ([d289fad](d289fad)) * **deps-dev:** update dependency [@wmfs](https://github.com/wmfs)/tymly-test-helpers to v1.10.0 ([19ed692](19ed692)) * **deps-dev:** update dependency [@wmfs](https://github.com/wmfs)/tymly-test-helpers to v1.11.0 ([38633e4](38633e4)) * **deps-dev:** update dependency [@wmfs](https://github.com/wmfs)/tymly-test-helpers to v1.13.0 ([6002b3e](6002b3e)) * **deps-dev:** update dependency [@wmfs](https://github.com/wmfs)/tymly-test-helpers to v1.14.0 ([f0edc5d](f0edc5d)) * **deps-dev:** update dependency [@wmfs](https://github.com/wmfs)/tymly-test-helpers to v1.15.0 ([80ccf5e](80ccf5e)) * **deps-dev:** update dependency [@wmfs](https://github.com/wmfs)/tymly-test-helpers to v1.16.0 ([e4c8d34](e4c8d34)) * **deps-dev:** update dependency [@wmfs](https://github.com/wmfs)/tymly-test-helpers to v1.17.0 ([3d44065](3d44065)) * **deps-dev:** update dependency chai to v4.3.5 ([8986dfb](8986dfb)) * **deps-dev:** update dependency chai to v4.3.6 ([e4590f5](e4590f5)) * **deps-dev:** update dependency debug to v4.3.3 ([e869a75](e869a75)) * **deps-dev:** update dependency debug to v4.3.4 ([7bff15b](7bff15b)) * **deps-dev:** update dependency mocha to v10 ([36df754](36df754)) * **deps-dev:** update dependency mocha to v9.1.2 ([d2b4a8c](d2b4a8c)) * **deps-dev:** update dependency mocha to v9.1.3 ([df9ff29](df9ff29)) * **deps-dev:** update dependency mocha to v9.1.4 ([9e2c97b](9e2c97b)) * **deps-dev:** update dependency mocha to v9.2.0 ([fa0d20d](fa0d20d)) * **deps-dev:** update dependency mocha to v9.2.1 ([73a5cbe](73a5cbe)) * **deps-dev:** update dependency mocha to v9.2.2 ([eed3693](eed3693)) * **deps-dev:** update dependency semantic-release to v18 ([23d70e2](23d70e2)) * **deps-dev:** update dependency semantic-release to v18.0.1 ([80be2fc](80be2fc)) * **deps-dev:** update dependency semantic-release to v19 ([f26b372](f26b372)) * **deps-dev:** update dependency standard to v16.0.4 ([4d7bbb9](4d7bbb9)) * **deps-dev:** update dependency standard to v17 ([20e73d1](20e73d1)) * **deps-dev:** update semantic-release monorepo ([2b9c68a](2b9c68a)) ### 📦 Code Refactoring * remove check states and add if-return to function checking for null/undefined occupants [sc-14748] ([e5cc291](e5cc291)) * replace 'building.occupants' 'if' check in function with choice state in 'find-building' state-machine [sc-14748] ([5b074fc](5b074fc)) ### ⚙️ Continuous Integrations * **circle:** add build-env-vars context [sc-11392] ([1405e87](1405e87)) * **circle:** CircleCI update next gen PostgreSQL image [sc-11442] ([a9da6d4](a9da6d4)) * **circle:** update npm install command [sc-11392] ([16f40ea](16f40ea)) ### 💎 Styles * removed console logs from set-occupancy-range ([4b2a28e](4b2a28e))
- Loading branch information