- Relaxed version constraints for
gleam_stdlib
to permit 0.x or 1.x versions.
- Updated for Gleam v0.33.0.
- Updated for simplifile v1.0.
- Updated for simplifile v0.3.
- Updated for Gleam v0.32. All references to "bit string" have been changed to "bit array" to match.
- The
wisp
module gains theget_query
function.
- The
wisp.require_form
now handlesapplication/x-www-form-urlencoded
content types with a charset.
- The
wisp
module gains theset_cookie
,get_cookie
,json_response
andpriv_directory
functions. - The
wisp
module gains theSecurity
type.
- The
wisp
module gains theset_header
,string_builder_body
,string_body
,json_body
,unprocessable_entity
,require_json
andrequire_content_type
functions. - The
wisp/testing
module gains thepost_json
,put_json
,patch_json
,delete_json
, andset_header
functions. - The request construction functions in the
wisp/testing
module now support query strings. e.g.get("/users?limit=10", [])
.
- The
mist_service
function has been renamed tomist_handler
. - The
method_not_allowed
function gains theallowed
label for its argument. - The
wisp
module gains thehtml_escape
function. - The
wisp/testing
module gains thepost_form
,put_form
,patch_form
, anddelete_form
functions.
- Initial release