liquid v1.2.2 Release Notes

Release Date: 2017-08-08 // over 6 years ago
  • ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix array[nil] (e39a1fe)
    • ๐Ÿ›  Fix file not found tests for Windows (068afef)
    • โช Restore m['str'] where m map[interface{}]interface{} (9852226)

    ๐Ÿ“„ Docs

    โœ… Tests

    • โœ… Beefy strftime tests (4a2c4b4)

    ๐Ÿ— Build and CI

    • README: add Appveyor badge (0adf6e7)
    • ๐Ÿšš Appveyor: remove mingw (1b3e55a)

    Code Internals

    • โœ‚ Remove (commented-out) Strptime and tests (8d53a6b)
    • Replace extern "C" strftime by go implementation (85bd1dd)