What's Changed
- Replace JSON.mapping by JSON::Serializable. by @hugopl in #51
- Don't polute global namespace. by @hugopl in #50
- Fix Crystal 1.5.0 warnings. by @hugopl in #49
- Fork comrades unite! by @hugopl in #53
- Add CI using github actions by @hugopl in #52
- Move "include Liquid" to spec_helper, so all tests can be run individually. by @hugopl in #55
- Remove JSON serializer dependency. by @hugopl in #54
- Clean ivar declarations by @HCLarsen in #57
- Implement Case statement. by @setanta in #59
- Optimizations by @asterite in #62
- Support use of single quote in when statement by @luckschulze in #64
- Optimize parser by a Zillion % by @hugopl in #65
- Improve compatibility with Shopify liquid and make it way faster by @hugopl in #69
- Raise error on downcase filter unexpected argument. by @hugopl in #70
- Pass all compact filter golden tests. by @hugopl in #71
- Pass on one more upcase filter golden test. by @hugopl in #73
- Pass on all divided_by filter tests in golden liquid test suite. by @hugopl in #72
- Some love to error handling. by @hugopl in #74
- Fix bad merge conflict resolution at
d90cb9888036eb6f6f7a7c6cb363fcc0751dcec7
. by @hugopl in #75 - Add at_most and at_least filters. by @hugopl in #76
- Pass on first filter golden tests. by @hugopl in #77
- Pass on all split filter golden tests. by @hugopl in #78
- Update CI configuration. by @hugopl in #79
- Add Template#match by @HCLarsen in #80
New Contributors
- @hugopl made their first contribution in #51
- @HCLarsen made their first contribution in #57
- @setanta made their first contribution in #59
- @asterite made their first contribution in #62
- @luckschulze made their first contribution in #64
Full Changelog: v0.4.1...v1.0.0rc1