All Versions
33
Latest Version
Avg Release Cycle
21 days
Latest Release
1317 days ago

Changelog History
Page 1

  • v8.0.8 Changes

    September 11, 2020

    TL;DR

    • ๐Ÿ”€ Merged a PR by @jmclean-cnexus that fixed the types of FilterFunction
    • ๐Ÿฑ @jmclean-cnexus also abstracted some utility functions in containers.ts into container-utils.ts, and wrote accompanying tests ๐ŸŽ‰

    Commits

    • Rebuild 0383045
    • Format, add specific examples of blocks & filters ad6fe3d
    • Format d158e64
    • ๐Ÿ”€ Merge pull request #205 from jmclean-cnexus/master 81c09e9
    • โšก๏ธ update README to include tests tag in contributers as well as reference name 93d2997
    • โž• add test contribution since there are some unit tests in this latest push 56e8685
    • โž• add name to .allcontributors d200f89
    • โœ‚ remove package lock from previous commit and add to .gitignore c1c71d5
    • โœ… break out container to be more testable 4ba4f2b
    • ๐Ÿ”€ Merge pull request #204 from squirrellyjs/all-contributors/add-jmclean-cnexus 4fd4a57
    • ๐Ÿ“„ docs: update .all-contributorsrc [skip ci] 08c72d2
    • ๐Ÿ“„ docs: update README.md [skip ci] bf3e9bd
    • Rebuild after FilterFunction type fix 009073d
    • ๐Ÿ›  Merge pull request #203 from jmclean-cnexus/bugfix/update-filter-function-type-def db7ef0f
    • โœ‚ remove package-lock b97041c
    • ๐Ÿ”„ change string type to any type 82fa1bf
    • ๐Ÿ‘ Allow any number of arguments that are strings 6211864

    v8.0.7...v8.0.8

  • v8.0.7 Changes

    September 06, 2020

    TL;DR

    โšก๏ธ Mainly minor updates. One important fix by @futurelucas4502 preventing renderFile from erroring if the data argument was undefined or null; see #201.

    Commits

    • ๐Ÿ”€ Merge pull request #202 from squirrellyjs/all-contributors/add-futurelucas4502 a5b40f6
    • ๐Ÿ“„ docs: update .all-contributorsrc [skip ci] b310830
    • ๐Ÿ“„ docs: update README.md [skip ci] 9744133
    • ๐Ÿ›  Fix link to contributor d15e60a
    • ๐Ÿšš Rebuild to remove carriage returns from map a62f36f
    • ๐Ÿ”€ Merge pull request #201 from futurelucas4502/master 31d0268
    • โšก๏ธ Update file handler renderFile function to allow for an undefined data parameter without erroring 4b9e964
    • โšก๏ธ Update FUNDING.yml e9a023d
    • ๐Ÿ›  Fix Travis Node version, eslint-plugin doesn't support v11 386c3aa

    Contributors

    v8.0.6...v8.0.7

  • v8.0.6 Changes

    September 01, 2020

    TL;DR

    ๐Ÿ“ฆ Nothing exciting here, just a little package cleanup! All our dev dependencies are now up-to-date.

    Commits

    • ๐Ÿ‘• Lint with eslint instead of prettier-standard 4c66bdc
    • ๐Ÿšš chore: remove quickbuild script f15847b
    • Rebuild 8a65881
    • โšก๏ธ chore: update dev-deps. Modify eslintrc with new version 20f9a3e

    v8.0.5...v8.0.6

  • v8.0.5 Changes

    August 29, 2020

    TL;DR

    ๐Ÿš€ This release just contains a few quick README updates.

    Commits

    • โšก๏ธ Update README for easier access to quick resources 9a0ee15
    • โž• Add txAdmin to list of projects using Squirrelly 519e4ef

    v8.0.4...v8.0.5

  • v8.0.4 Changes

    August 15, 2020

    TL;DR

    ๐Ÿš€ Changes in this release:

    • โšก๏ธ Updated development dependencies
    • ๐Ÿ‘€ Squirrelly's XML-escape filter (e) is now applied after all other filters by default. See #189 and #198
      • This is potentially a slightly breaking change, but the chance of it affecting anyone is quite low

    Commits

    • โšก๏ธ Rebuild after dev-dependency update b61f2b0
    • โšก๏ธ Update dependencies 623dc42
    • ๐Ÿ›  Fix tests so XML-escape filter is on the outside 264c230
    • ๐Ÿ›  Fix changes in making XML-escape the last filter 1e5d747
    • Apply XML-escape filter after all other filters 0e511f0
    • Merge pull request #197 from squirrellyjs/dependabot/npm_and_yarn/elliptic-6.5.3 f6a4920
    • โฌ†๏ธ Bump elliptic from 6.5.2 to 6.5.3 5bb49a7
    • โž• Add Cypress to list of projects using Squirrelly 0d647a1

    v8.0.3...v8.0.4

  • v8.0.3 Changes

    July 04, 2020

    TL;DR

    โšก๏ธ Just updated the README to add a note about the contributors to Version 7 (who unfortunately aren't listed in the README) and removed the badge for David-DM (which has had downtime problems).

    Commits

    • โšก๏ธ Update README - add note about v7 contributors, remove David-DM badge e2f97a7

    v8.0.2...v8.0.3

  • v8.0.2 Changes

    June 21, 2020

    TL;DR

    โšก๏ธ This commit merged #195 (which fixes a compilation error thrown in newer versions of TypeScript), updated dev dependencies, and updated some unit tests to import functions from index.ts (to improve test coverage)

    Commits

    • Rebuilt 4ae327b
    • โšก๏ธ Update some tests to import from index, to increase coverage 2092ec8
    • โฌ†๏ธ Upgrade dev dependencies 57a9a9d
    • ๐Ÿ”€ Merge pull request #195 from vinothbabu/master ffd9c9e
    • โž• Added // eslint-disable-next-line no-extra-boolean-cast to bypass the warnings. 0c534bc
    • โช Revert "check if the function exists in the native object." e36ad3a
    • check if the function exists in the native object. 4b9944d
    • check if the native prototype method exists by evaluating it. 139a9d0

    v8.0.1...v8.0.2

  • v8.0.1 Changes

    May 16, 2020

    Commits

    • โšก๏ธ Update README 0875563
    • โž• Add 'examples' to npm release 2a0dc7d

    v8.0.0...v8.0.1

  • v8.0.0 Changes

    May 16, 2020

    ๐Ÿ”– Version 8 is now stable!

    Thank you to all those who helped with development or gave feedback!

    ๐Ÿ“š Documentation is at https://squirrelly.js.org

  • v8.0.0-beta.9 Changes

    March 17, 2020

    TL;DR

    ๐Ÿš€ This release contains:

    • A complete rewrite of how async works
    • โšก๏ธ Updated dev dependencies
    • Code cleanup
    • ๐Ÿ”Œ Plugins support

    Commits

    • Reinstalled dependencies dc897a2
    • โšก๏ธ Update TODO items 49acc37
    • ๐Ÿ‘• Merge pull request #157 from squirrellyjs/greenkeeper/eslint-config-standard-with-typescript-15.0.0 60ffd9b
    • โšก๏ธ chore(package): update lockfile yarn.lock d319d5c
    • โšก๏ธ chore(package): update eslint-config-standard-with-typescript to version 15.0.0 540dc37
    • โšก๏ธ Update dev dependencies c9b95a7
    • ๐Ÿ‘• Merge pull request #156 from squirrellyjs/greenkeeper/@typescript-eslint/parser-2.24.0 fbddaac
    • ๐Ÿ”€ Merge pull request #155 from squirrellyjs/greenkeeper/rollup-2.0.6 8bec9c2
    • Merge pull request #152 from squirrellyjs/dependabot/npm_and_yarn/acorn-6.4.1 74ac815
    • ๐Ÿ”€ Merge pull request #153 from squirrellyjs/greenkeeper/typedoc-0.17.0 bbdcf56
    • Rebuilt 611c1d7
    • Format with Prettier 51d1698
    • ๐Ÿ‘ Extract async support check to separate function f20d493
    • โšก๏ธ chore(package): update lockfile yarn.lock 7f28c63
    • โšก๏ธ chore(package): update @typescript-eslint/parser to version 2.24.0 777b53e
    • โšก๏ธ chore(package): update lockfile yarn.lock e0f74fc
    • โšก๏ธ chore(package): update typedoc to version 0.17.0 0af726b
    • โฌ†๏ธ Bump acorn from 6.4.0 to 6.4.1 329d3d0
    • โšก๏ธ chore(package): update lockfile yarn.lock 83c997a
    • โšก๏ธ chore(package): update rollup to version 2.0.6 8e547ce
    • ๐Ÿ”Œ Explicit async, plugins work. 8b2432b
    • โšก๏ธ Update benchmarks page, README a93cd9b

    v8.0.0-beta.8...v8.0.0-beta.9