Releases: brunocodutra/alloy
Releases Β· brunocodutra/alloy
v1.1.0
v1.0.0
π Whats New
- Now available under the terms of the MIT license
v0.3.0
π What's New
- New algorithm
alloy::drop
v0.2.0
π What's New
- Left-to-Right stream notation
source >> f >> g >> sink
- Added support for compile-time predicates
- greatly reduces compilation times and memory consumption
v0.1.0
π What's New
- Infix notation
sink << g << f << source
instead ofsource(f(g(sink)))
- New data sources
alloy::forward
alloy::capture
alloy::unpack
alloy::join
- New algorithms
alloy::at
alloy::append
alloy::prepend