Skip to content

v1.2.3

Compare
Choose a tag to compare
@osteele osteele released this 18 Aug 14:47

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