Skip to content

v0.4.6

Compare
Choose a tag to compare
@SpaceManiac SpaceManiac released this 12 Oct 03:43
· 129 commits to master since this release
0.4.6
  • Make url_encode and url_decode overrides more like their BYOND counterparts (by Crossedfall, #34)
  • Make text2file and file2text overrides more like their BYOND counterparts (by Crossedfall, #36)
  • Strip carriage returns in file2text (by Crossedfall, #35)
  • Add support for MySQL doubles (by Crossedfall, #37)
  • Improve SQL concurrency (by aspen, #38)
  • Add json_is_valid to check JSON documents against a maximum recursion depth (by Jaredfogle, #46)
  • Internal code quality improvements