- fix: upgrade dependencies #28 Uzlopak
- fix: downgrade to marked v0.7.x for Node v4 support #25
- fix: upgrade to marked v1.1.x for security fixes #25 rob4629
- feat: support
import
statements by using esprimaparseModule()
#22
- fix: fix crash on node 4.x
- refactor: remove lodash dependency re: security vulnerabilities
- chore: upgrade serve re: security vulnerability
- fix(parse): format
it()
blockcode
to remove extra indents
- fix(parse): filter out leading comments that are in previous blocks due to esprima quirks
- fix: support
context
andspecify
as aliases fordescribe
andit
- fix: only take last comment from each block to avoid esprima pulling incorrect comments
- chore: upgrade to latest esprima and lodash
- chore: update marked for security patch ChristianMurphy
- added;
.output()
function for chainable output processors
- added; constructor to isolate transforms #7
- added;
.transform()