Skip to content

Commit

Permalink
Layout tag support (#20)
Browse files Browse the repository at this point in the history
- dot notation for array filters
- better null checks in binary op
- layout title filter support
- layout tag updated to use the template analyzer
  • Loading branch information
kingwill101 authored Feb 14, 2025
1 parent 40e4df7 commit 9e9faba
Show file tree
Hide file tree
Showing 47 changed files with 4,751 additions and 752 deletions.
138 changes: 81 additions & 57 deletions .idea/libraries/Dart_Packages.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 13 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
## 1.0.0-dev.1
## 1.0.0-dev.2
- **Template Enhancements:**
- Added layout tag support with title filter.
- Implemented template analyzer and resolver.

- **Analyzer Improvements:**
- Initial support for a static analyzer.
- Extensive testing and improvements in static analysis.
- Enhanced resolver and analyzer integration.

### Async Support
- async evaluation support for all builtin tags
- Add async filesystem support for template loading
- Add async render function
### Other Changes
- Decouple parsers for better maintainability
- Improve template resolution and rendering
- Separate evaluation logic for sync and async operations
- **Filter Enhancements:**
- Enabled dot notation for array filters.

## 1.0.0-dev.1
- layout tag support

## 0.8.2
- Make sure we register all the missing string filters
Expand Down
Loading

0 comments on commit 9e9faba

Please sign in to comment.