Skip to content

Releases: getndazn/kopytko-framework

v3.0.0

16 Feb 11:31
Compare
Choose a tag to compare

3.0.0 (2024-02-16)

  • feat!: add componentDidCatch for error handling (#60) (ea32b0e), closes #60

BREAKING CHANGES

  • Add enableKopytkoComponentDidCatch bs_const to the manifest file

v2.1.5

05 Dec 09:02
Compare
Choose a tag to compare

2.1.5 (2023-12-05)

Bug Fixes

  • wrong previousRoute after back journey (#57) (cdd6652)

v2.1.4

04 Dec 17:40
Compare
Choose a tag to compare

2.1.4 (2023-12-04)

Bug Fixes

  • isCachingEnabled checks incorrect options object (#58) (dd109bb)

v2.1.3

08 Nov 09:58
Compare
Choose a tag to compare

2.1.3 (2023-11-08)

Bug Fixes

  • more defensive code in KopytkoRoot (#55) (6d640c1)

v2.1.2

03 Nov 13:24
Compare
Choose a tag to compare

2.1.2 (2023-11-03)

Bug Fixes

  • HttpResponse.rawData accepts only AssocArray (#54) (33b5caa)

v2.1.1

20 Oct 11:47
Compare
Choose a tag to compare

2.1.1 (2023-10-20)

Bug Fixes

  • attaching observer in kopytkoRoot (#52) (ee85fd0)

v2.1.0

13 Sep 10:48
Compare
Choose a tag to compare

2.1.0 (2023-09-13)

Features

  • HttpCache improvements - supporting CacheFS folders (#51) (11752b5)

v2.0.0

21 Jul 12:23
Compare
Choose a tag to compare

2.0.0 (2023-07-21)

  • feat!: Add HTTP request and support HTTP caching (#49) (1a09ae8), closes #49

BREAKING CHANGES (Versions Migration)

  • New HttpRequest node extending current base Request task node

v1.4.2

28 Apr 10:16
Compare
Choose a tag to compare

1.4.2 (2023-04-28)

Bug Fixes

  • event bus storing last payload of each event (#47) (445c7e8)

v1.4.1

28 Apr 10:01
Compare
Choose a tag to compare

1.4.1 (2023-04-28)

Bug Fixes

  • clearing EventBus registered events on component destroy (#43) (38b506f)