v0.21.0
New Components
- New
http
package withhttp.Get
component by @Catya3 - New
List
component inbuiltin
that turnsstream
intolist
Backward Compatibility Changes
x
package was removed fromstd
module- New
strconv
package was added x.ParseNum
was moved tostrconv.ParseNum
x.Scanln
was moved toio.Scanln
Reduce
(decorator that allows stream processors likeAdd
accept array-inport slots) was renamed toReducePort
- New
strings
package Split
andJoin
components were moved tostrings
package, they are nowstrings.Split
andstrings.Join
respectfullyIndex
signature was updated to work with both lists and strings. Usage now looks likeIndex<list<T>>
orIndex<string>
Other
- Bug fixes and improvements
- Refactoring of internals
Full Changelog: v0.20.0...v0.21.0