Release v0.8.0 #61
Closed
jshlbrd
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey folks, this is our announcement for the release of Substation v0.8.0! 🎉
We Have A New Look
You'll notice that our READMEs received an overhaul -- our documentation moved to https://substation.readme.io/ and includes an overview of the project, detailed guides on each component, and recipes that users can follow along with to use the system.
Resetting the Public API
The focus of this release is breaking the public API so that the project is easier for the team to maintain. This includes:
These changes were necessary for two reasons:
Other Changes
The reset also made these changes:
and
,or
,nand
, andnor
operators were removed and renamed toall
,any
, andnone
all
==and
any
==or
none
==nand
concat
processor is now namedjoin
math
processor now supports floatsBeta Was this translation helpful? Give feedback.
All reactions