Insanity v0.10.0 Release Notes

  • ๐Ÿ†• New Features

    • โž• Added test for count Stencil filter
    • โž• Added new reversed Stencil filter
    • โž• Added new isEmpty Stencil filter
    • โž• Added new sorted and sortedDescending Stencil filters. This can sort arrays by calling e.g. protocol.allVariables|sorted:"name"
    • โž• Added new toArray Stencil filter
    • โž• Added a console warning when a yaml is available but any parameter between 'sources', templates', 'forceParse', 'output' are provided

    Internal changes

    • โž• Add release to Homebrew rake task
    • ๐Ÿ›  Fixed Swiftlint warnings
    • ๐Ÿ›  Fixed per file generation if there is long (approx. 150KB) output inside sourcery:file annotation
    • 0๏ธโƒฃ Do not generate default.profraw
    • โœ‚ Remove filters in favor of same filters from StencilSwiftKit