Skip to content

v0.21.0

Compare
Choose a tag to compare
@emil14 emil14 released this 03 May 19:22
· 365 commits to main since this release
01ef0df

New Components

  • New http package with http.Get component by @Catya3
  • New List component in builtin that turns stream into list

Backward Compatibility Changes

  • x package was removed from std module
  • New strconv package was added
  • x.ParseNum was moved to strconv.ParseNum
  • x.Scanln was moved to io.Scanln
  • Reduce (decorator that allows stream processors like Add accept array-inport slots) was renamed to ReducePort
  • New strings package
  • Split and Join components were moved to strings package, they are now strings.Split and strings.Join respectfully
  • Index signature was updated to work with both lists and strings. Usage now looks like Index<list<T>> or Index<string>

Other

  • Bug fixes and improvements
  • Refactoring of internals

Full Changelog: v0.20.0...v0.21.0