Skip to content

Releases: funnygeeker/micropython-easyweb

v2.1.2

23 Mar 14:32
Compare
Choose a tag to compare

修复

  1. URL解码器将空格解码成加号的BUG。
  2. 获取不到状态码说明时出错的BUG,现在找不到时将默认返回NULL
  3. 更新 micropython-easynetwork
  • 该BUG会影响到GET请求的参数解析,建议尽快更新。

Bug Fixes

  1. Fixed a bug where the URL decoder decoded spaces as plus signs.
  2. Fixed a bug where an error occurred when unable to retrieve the status code description; it now defaults to NULL when not found.
  3. Update micropython-easynwork
  • This bug could affect parameter parsing for GET requests. It is recommended to update as soon as possible.

v2.1.1

27 Dec 15:23
Compare
Choose a tag to compare

更新

  • 重命名 libs 为 lib

Update

  • Renamed libs to lib.

v2.1.0-beta.1

23 Nov 13:36
Compare
Choose a tag to compare
v2.1.0-beta.1 Pre-release
Pre-release

更新

  • 示例代码
  • 添加 set_cookie() 函数
  • 完善未找到文件时的报错
  • 添加了 make_response() 函数
  • 该版本开始 return 的用法更接近于 Flask

修复

  • 部分变量名拼写错误,如 succes

注意事项

  • 该版本与 v2.0.0 不完全兼容,升级后请留意代码的兼容性,并对部分地方进行修改

Update

  • Sample Code
  • Added set_cookie() function
  • Improved error handling when file not found
  • Added make_response() function
  • In this version, the usage of return is closer to Flask

Fixes

  • Fixed spelling errors in some variable names, such as succes

Note

  • This version is not fully compatible with v2.0.0. After upgrading, please check the compatibility of your code and make necessary modifications in some areas.

v2.0.0-beta.2

19 Nov 15:18
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release

修复(非常重要)

  • 请尽快更新到最新版本!!!
  • handle 运行时,request 实例中某些变量数据混乱的 BUG,该问题可能会导致:
    1. 通过 request 获取到的数据是错误的
    2. 提交表单后,前往其他页面会无响应

Fix (Critical)

  • Please update to the latest version as soon as possible!!!
  • Fixed a bug in the handle function where certain variables in the request instance were getting mixed up. This issue could lead to:
    1. Incorrect data retrieved through request.
    2. Unresponsive behavior when navigating to other pages after submitting a form.

v2.0.0-beta.1

18 Nov 14:51
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

梦开始的地方~
The place where dreams begin~