Skip to content

Releases: yznts/kyoto

v3.2.1

14 Oct 09:58
Compare
Choose a tag to compare

Change domain reference (see #170)

v3.2.0

18 Apr 21:34
Compare
Choose a tag to compare

This release fixes component name overriding and adds an ability to skip rendering (to avoid write errors on redirect)

v3.1.0

04 Feb 01:14
Compare
Choose a tag to compare

This release fixes critical problem related to state marshalling

v3.0.1

04 Feb 01:02
Compare
Choose a tag to compare

This release fixes component name detection via reflection in newer Go versions

v2.0.2

29 Jan 16:09
Compare
Choose a tag to compare

Keeping support for v2 branch.
This release fixes component name getter in newer versions of Go.

v3.0.0

26 Jan 23:33
15d3731
Compare
Choose a tag to compare

This release introduces significant changes and a reevaluation of various aspects. I will briefly explain the main points of the new version, although comparing it with v2 will be challenging due to conceptual shifts.

  • Package separation: Kyoto now consists of multiple sub-packages with strict responsibility separation.
  • Deep component changes: There are fewer generics, more abstractions and advanced functions with simple struct nesting.
  • Removal of actions: While this may seem critical, at the moment, htmx provides everything you need and aligns perfectly with the project's ideology.

With this release, I aimed to make the package more user-friendly and as compact as possible, without sacrificing abilities and functions. Additionally, I am discontinuing the acceptance of any future donations with this release. This project is just a hobby, and I don't want people to expect constant and stable releases. Nevertheless, thank you for your support during this time!

Updates to boilerplate and docs page will be provided shortly.

v3.0.0-rc6

03 Jan 23:33
Compare
Choose a tag to compare
v3.0.0-rc6 Pre-release
Pre-release
  • provide more documentation
  • include license file

v3.0.0-rc5

02 Nov 11:52
4dd0cf8
Compare
Choose a tag to compare
v3.0.0-rc5 Pre-release
Pre-release

Remove previous rc releases to fix "go get"

v2.0.1

10 Jan 13:39
Compare
Choose a tag to compare

update remote references

v2.0.0

10 Jan 12:30
Compare
Choose a tag to compare
  • change remote
  • upgrade version
  • upgrade zen lib version