- Concept of a protected yay file, where any strings that end up containing secrets will be obscured - ProtectedString that handles concatenation of protected and unprocted strings - GPG used to decrypt .yay.gpg files, any variables they spawn are protected
0.0.18
-------------------
- Brown paper bag to remove stray debugging scaffold
0.0.17
-------------------
- Fix appending to None - Fix list access where list has already been partially resolved
0.0.16
-------------------
- Add range tests, fixed range() as a ${} expansion - Added sum() (but no syntax sugar) - Allow index operations against filters - Fix iterating over Flatten() nodes - Fix iterating over ForEach() nodes - Add test for empty documents that got away
0.0.15
-------------------
- Raise an error if field access is invalid - Add a LanguageError for displaying helpful messages when yay files are wrong - It is now a bug if we raise an error that doesn't descend from yay.errors.Error