Releases: GenieFramework/Genie.jl
Releases ยท GenieFramework/Genie.jl
v5.15.0
v5.14.0
v5.13.1
Genie v5.13.1
Closed issues:
- Genie Builder seems to crash after installation (#612)
Merged pull requests:
- fixed docstring setcookies (#615) (@AbhimanyuAryan)
v5.13.0
v5.12.0
Genie v5.12.0
Closed issues:
- ERROR: UndefVarError: LibGit2 not defined (#402)
- Issues in installing Genie on Julia 1.7.2 (#533)
- MVC Tutorial Error (#555)
- HTTPS Section Says HTTP In First Paragraph (#564)
- The Table of Content of tutorial page is sorting by alphabet (#591)
- KeyError: key :column_type not found (#607)
- Warning: tarball content does not match git-tree-sha1 (#610)
Merged pull requests:
- Update 4-1--Developing_MVC_Web_Apps.md (#579) (@jglee1)
- sorting based on .autoload (#593) (@AbhimanyuAryan)
- move
data() |> string
to fallback (#601) (@hhaensel) - new sortloadorder algorithm (#603) (@AbhimanyuAryan)
- fix docs typo (#604) (@iskyd)
- remove fallback for html (#608) (@hhaensel)
- include all disconnected clients in disconnected_clients() (#611) (@hhaensel)
v5.11.3
Genie v5.11.3
v5.11.2
Genie v5.11.2
v5.11.1
Genie v5.11.1
Closed issues:
- Routes donโt decode the Unicode characters of encoded URLs (#549)
- Two different routes for 2 different servers (#572)
- @onchangeany macro requires at least two arguments (#595)
- Enable customization of behavior in respect to connection loss (#599)
Merged pull requests:
- fixing issue#549 encoded urls (#596) (@AbhimanyuAryan)