v1.2.3
New Features
IterationKeyedMap
makes a go map iterate like a Ruby Liquid struct: by key, instead of [key, value] pair
Compatibility
- Default time format matches Ruby Liquid
Bug Fixes
- Typed nil pointers are equal to nil
map[nil]
doesn't error
Internals
- Moved
Strftime
to its own repo