v0.0.20221018
What's Changed
- lib: remove fixed capture group limit in match() and regex replace() by @jow- in https://github.com/jow-/ucode/pull/102
- fs: add optional third permission argument to fs.open() by @jow- in https://github.com/jow-/ucode/pull/103
- ubus: various improvements by @jow- in https://github.com/jow-/ucode/pull/104
- Various improvements by @jow- in https://github.com/jow-/ucode/pull/108
- lib: implement slice() function by @jow- in https://github.com/jow-/ucode/pull/110
- lexer: fixes for regex literal parsing by @jow- in https://github.com/jow-/ucode/pull/113
- fs: use
getline()
for line wise read operations by @jow- in https://github.com/jow-/ucode/pull/115 - fs: expose
getdelim()
functionality throughfd.read()
by @jow- in https://github.com/jow-/ucode/pull/118
Full Changelog: v0.0.20220824...v0.0.20221018