Releases: bullhorn/taurus
Releases · bullhorn/taurus
v2.1.6
2.1.6 (2019-01-10)
Bug Fixes
- entityService: Added missing import (657a76b)
- entityService: Added missing import (#21) (defac4a)
- error: Fix #17 UnhandledPromiseRejectionWarning Error (#18) (6322548)
- metaService: Change to allow consumer to not save layout fields to local storage automatically (b45c0f6)
v2.1.5
2.1.5 (2018-11-05)
Bug Fixes
- logs: Removed Console logs (6bc4122)
v2.1.4
2.1.4 (2018-11-03)
Bug Fixes
- Preloader: Added flag to check if all fields and layouts had been preloaded (edb15f3)
v2.1.3
2.1.3 (2018-10-26)
Bug Fixes
- RecordEdit: edit didn't respect any Parameters sent, tmp solution for EffectiveDating for now (a7d0b6b)
v2.1.2
2.1.2 (2018-10-18)
Bug Fixes
- interface: Better to keep List and Entity Responses separate (9309863)
- interface: When getting ToMany association response is a BullhornListRespons of the properties entity type. (a14027f)
- MetaService: Fixing the getting of all fields (2c61cbf)
v2.1.1
2.1.1 (2018-10-17)
Bug Fixes
- Interface: EntityResponse is usually a single object sometimes many (7330c54)
v2.1.0
2.1.0 (2018-10-16)
Features
- rjxs: Getting version to 3.0.0 (470cf6c)
v2.0.0
2.0.0 (2018-10-16)
Features
- rxjs: Updated library to use rxjs6+ (6bcbdbd)
BREAKING CHANGES
- rxjs: Refactored to use RXJS v6.0+ syntax
v1.5.1
1.5.1 (2018-09-06)
Bug Fixes
- MetaService: fixing it so the getByLayout still only returns fields in the layout (9534057)
v1.4.1
1.4.1 (2018-09-05)
Bug Fixes
- Meta: Parsing result in getByLayout (#13) (546d893)