Releases: ratnaraj7/origami-engine
Releases · ratnaraj7/origami-engine
origami-macros-v0.1.0-alpha.9
Added
- [breaking] add ability to add vis to comps
Fixed
- [breaking] make scripts/styles unescapeable
origami-macros-v0.1.0-alpha.8
Fixed
- [breaking] remove
bubble_up
extending logic - [breaking] remove
i
- [breaking] add semicolon for expr in attr
- [breaking] remove
bubble_up
origami-engine-v0.1.3-alpha.7
Added
- [breaking] add ability to add vis to comps
origami-engine-v0.1.3-alpha.6
Fixed
- [breaking] add semicolon for expr in attr
Other
- update benches
- update tests
- update docs
origami-macros-v0.1.0-alpha.7
Other
- allow bubble up in self
- change ident to path for comp call
- change arg parse logic
- use struct for extend
origami-engine-v0.1.3-alpha.5
Other
- Update tests
- Update docs
- Update tests
origami-macros-v0.1.0-alpha.6
Added
- [breaking] allow scripts to bubble up
Fixed
- [breaking] make ident name random
Other
- Merge pull request #28 from ratnaraj7/dev
origami-engine-v0.1.3-alpha.4
Other
- Update docs
- tests
- tests
origami-macros-v0.1.0-alpha.5
Added
- [breaking] Use
Ident
for component calls and updateanon
to returnconcat_args
origami-engine-v0.1.3-alpha.3
Other
- update bench
- update docs
- update tests