Releases: neomatrixcode/Merly.jl
Releases · neomatrixcode/Merly.jl
Merly v1.0.2
- 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
- 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
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
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
- 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
- Compatibility with julia version 0.7
- Documentation update
v0.0.3
- 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
- Bug fixed
- New features
Merly v0.0.1
- Micro framework for web programming in Julia