Skip to content

Releases: GenieFramework/Genie.jl

v1.1.0

30 Jul 12:03
Compare
Choose a tag to compare

Genie v1.1.0

Diff since v1.0.0

v1.0.0

29 Jul 17:02
Compare
Choose a tag to compare

Genie v1.0.0

Diff since v0.31.5

Closed issues:

  • Error creating a new app (#142)
  • HTTPS support (#155)
  • up() does not bind to port if a server is already running on localhost:defaultport (#229)
  • errata: missing closing tag
  • on list item in intermediate tutorial's html view billgatesbooks.jl.html (#238)
  • websocket instead of websockets in test and dev envs (#251)
  • Access to fetch blocked by CORS policy - Issue #253 (#255)
  • Genie.newapp() failing with MethodError (#257)
  • Allow additional arguments for Genie.up and forward them to HTTP.serve (#258)
  • Make dev start in HTTPS by default (#259)
  • Make 404 page/response respect the request type (#260)
  • App creation error (#265)

Merged pull requests:

v0.31.5

01 Jul 14:02
Compare
Choose a tag to compare

Genie v0.31.5

Diff since v0.31.4

Closed issues:

  • genie on jupyter lab on windows 10 does not start server on external browser (#149)
  • Cookies.get is not consistent with Cookies.set! (#234)

v0.31.4

01 Jul 11:02
Compare
Choose a tag to compare

Genie v0.31.4

Diff since v0.31.3

v0.31.3

30 Jun 21:02
Compare
Choose a tag to compare

Genie v0.31.3

Diff since v0.31.2

Closed issues:

  • API Documentation HTML broken (#231)
  • HTML tags got stripped in views if they are created by a function (#249)

Merged pull requests:

v0.31.2

22 Jun 16:02
Compare
Choose a tag to compare

Genie v0.31.2

Diff since v0.31.1

Closed issues:

  • v0.31: no newmigration api. How can I "Modify the database" in "Working With Genie Apps: Intermediate Topics" (#235)
  • Package Compatibility issues (Genie / Nettle) (#236)
  • Starting a web server for an existing app in a new session. (#239)
  • Bug in "Working with Genie apps (projects)" tutorial (#240)
  • Documentation on cors header and changing public folder path (#241)
  • Following tutorial: html function not defined (#242)

Merged pull requests:

v0.31.1

19 May 15:01
Compare
Choose a tag to compare

Genie v0.31.1

Diff since v0.31.0

Closed issues:

  • Genie.newapp("") on v1.0.5 errors during dependencies installation (#230)

v0.31.0

23 Apr 19:01
Compare
Choose a tag to compare

Genie v0.31.0

Diff since v0.30.0

Closed issues:

  • LoadError: UndefVarError: Printf not defined when using SearchLightMySQL (#227)

Merged pull requests:

  • checks if newapp name has space and throws error in that case (#228) (@KimBue)

v0.30.0

18 Apr 16:01
Compare
Choose a tag to compare

Genie v0.30.0

Diff since v0.29.0

Closed issues:

  • No method matching SQLite.Query(::SQLite.DB, ::String) (#226)

Merged pull requests:

  • Fixed an incomplete code block (#223) (@5ebec)

v0.29.0

02 Apr 20:01
Compare
Choose a tag to compare

Genie v0.29.0

Diff since v0.28.0

Closed issues:

  • possibility of leaking data between requests (#218)