Skip to content

Releases: bullhorn/taurus

v2.1.6

10 Jan 17:17
Compare
Choose a tag to compare

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

05 Nov 17:02
Compare
Choose a tag to compare

2.1.5 (2018-11-05)

Bug Fixes

  • logs: Removed Console logs (6bc4122)

v2.1.4

03 Nov 14:02
Compare
Choose a tag to compare

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

26 Oct 16:51
Compare
Choose a tag to compare

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

18 Oct 14:16
Compare
Choose a tag to compare

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

17 Oct 20:11
Compare
Choose a tag to compare

2.1.1 (2018-10-17)

Bug Fixes

  • Interface: EntityResponse is usually a single object sometimes many (7330c54)

v2.1.0

16 Oct 14:58
Compare
Choose a tag to compare

2.1.0 (2018-10-16)

Features

  • rjxs: Getting version to 3.0.0 (470cf6c)

v2.0.0

16 Oct 14:52
Compare
Choose a tag to compare

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

06 Sep 20:03
9534057
Compare
Choose a tag to compare

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

05 Sep 18:58
Compare
Choose a tag to compare

1.4.1 (2018-09-05)

Bug Fixes

  • Meta: Parsing result in getByLayout (#13) (546d893)