v0.11.0 - ReplaceTerminals and package rename
Pre-release
Pre-release
- Renamed package
transformation
tocore
. It contains all the core transformations that are shipped with glsl-transformer. This is the part of the library that uses its own API in an integrated way to provide standard solutions to common tasks. - Added
ReplaceTerminals
and corresponding targets - Made the terminal node search system a little more abstract by not restricting it to identifiers (even though this is what it would be used for most of the time)
- Made
StringNode
immutable
Full Changelog: v0.10.0...v0.11.0