Skip to content

Releases: neomatrixcode/Merly.jl

Merly v1.0.2

07 Feb 20:44
Compare
Choose a tag to compare
  • Rewriting most of the application, thaks @phelipe
  • Troubleshooting CORS in POST method, thanks @phelipe
  • Troubleshooting with File, thanks @phelipe
  • Use of variables in function syntax and macro syntax, thanks @giraffekey
  • Dependency update

HTTP : "0.9"
MbedTLS : "1"
Julia: "1"

Merly v1.0.1

07 Feb 19:33
Compare
Choose a tag to compare
  • Rewriting most of the application, thaks @phelipe
  • Troubleshooting CORS in POST method, thanks @phelipe
  • Troubleshooting with File, thanks @phelipe
  • Use of variables in function syntax and macro syntax, thanks @giraffekey
  • Dependency update

HTTP : "0.8.15" => "0.9.2"
MbedTLS : "1.0.2" => "1.0.3"

Merly v1.0.0

07 Feb 16:53
Compare
Choose a tag to compare

The package is completely rewritten so the syntax is modified

  • Rewriting most of the application, thaks @phelipe
  • Troubleshooting CORS in POST method, thanks @phelipe
  • Troubleshooting with File, thanks @phelipe
  • Use of variables in function syntax and macro syntax, thanks @giraffekey

Merly v0.2.1

18 Oct 04:11
25d91fd
Compare
Choose a tag to compare

New features

  • The file upload of the webserserver function is improved
  • the verbose parameter is added in the start function
    server.start(config=Dict("host" => "$(ip)","port" => port),verbose=false)

Bug fixes

  • Fix the error when starting a server with the HTTP.jl update

Merly v0.2.0

23 Aug 02:55
Compare
Choose a tag to compare
  • Julia version 1.0 syntax update
  • Elimination of try and global variables
  • Refactor urls regex and add test regular expression
  • Add headeralways function
  • Documentation update

Merly v0.1.0

23 Jul 02:29
Compare
Choose a tag to compare
  • Compatibility with julia version 0.7
  • Documentation update

v0.0.3

28 Jan 04:09
Compare
Choose a tag to compare
  • adding the debug option
  • config start
  • add methods http
  • add routes_patterns
  • optimizing routes
  • refactor notfount, cors, body
  • optimizing the search and execution of routes
  • modularized data formats accepted

Merly v0.0.2

13 Jul 23:09
Compare
Choose a tag to compare
  • Bug fixed
  • New features

Merly v0.0.1

24 Jan 23:19
Compare
Choose a tag to compare
  • Micro framework for web programming in Julia