Skip to content

v0.11.0 - ReplaceTerminals and package rename

Pre-release
Pre-release
Compare
Choose a tag to compare
@douira douira released this 15 Jan 02:47
· 911 commits to main since this release
2dbaf94
  • Renamed package transformation to core. 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