Skip to content

Releases: getndazn/kopytko-framework

v3.2.0

26 Sep 12:30

Choose a tag to compare

3.2.0 (2025-09-26)

Features

v3.1.0

25 Apr 09:19

Choose a tag to compare

3.1.0 (2025-04-25)

Features

  • add bodyString to the http request options (#62) (5bac8eb)

v3.0.0

16 Feb 11:31

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

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

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

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

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

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

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

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