Release 0.30.0
Change Log
These are all the changes since 0.29.0
- Fix issue with memory counting in HTTP lib #691
- Add dev/null constant #692
- Add Process.kill #696
- Use AS_CSTRING macro #698
- Add HTTP.options #702
- Remove older
C
module #703 - Fix issue with interned strings #707
- Remove type in attribute error messages #710
- Fix issue with string subscripting #711
- Add
DICTU_PATH
env var to store things like REPL history #713 - Setup dictu to start looking at
dictu_modules
#715 - Add System.rename() #717
- Fix memory issue in REPL #719
- Add string.findLast() #723
- Add isLower / isUpper / wordCount #724
- Add collapseSpaces / wrap #725
- Fix issue with internal dict type #728
- Add set.values() #729
- Add list.sortFunc() #730
- Add Buffer module #731
- Add Object.prettyPrint() #732
- Add dict.toObj() #734
- Fix documentation #735
- Make Err Result falesy #736
- Add FFI module #738
- Allow .pop() / .insert() to take negative indexes #745
- Add System.arch() #746