squirrelly v8.0.8 Release Notes
Release Date: 2020-09-11 // over 4 years ago-
TL;DR
- ๐ Merged a PR by @jmclean-cnexus that fixed the types of
FilterFunction
- ๐ฑ @jmclean-cnexus also abstracted some utility functions in
containers.ts
intocontainer-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
- ๐ Merged a PR by @jmclean-cnexus that fixed the types of
Previous changes from v8.0.7
-
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