Commit Graph

9 Commits (master)

Author SHA1 Message Date
Vitaliy Filippov 45251c7af0 Fix tests 2021-08-12 00:54:03 +03:00
Tomas Alabes f6f577a73c fix: negative refs (#122) 2017-03-26 23:02:00 +02:00
Konstantin Kai 2c4f4278b0 feat: Set custom attributes for tag in url mode (#198)
* Add ability to set custom attributes for tag in url mode
2017-03-22 08:43:24 -05:00
Anton Strömkvist 663686884b feat: add insertInto option (#135) 2017-03-17 20:26:49 +01:00
John Anderson 71e0908536 fix: match parens recursively on URLs to not fix embeded calls (#192) 2017-03-16 22:22:26 +01:00
Eugene Kulabuhov feab724b66 test: Local Scope and Local Scope + Useable (#188) 2017-03-14 23:20:49 -05:00
John Anderson 19959eeb77 fix(fixUrls): add param to fix relative urls (#186) 2017-03-14 23:17:26 -05:00
Felix Mosheev 995f3de4d3 feat(tag-attribute): Add support for custom tag attribute 2017-03-14 23:16:02 -05:00
Eugene Kulabuhov 43910f3356 test: unit tests for basic configurations
Extracted common config code to utils.js
Added travis config
Added mocha as devDep

Added yarn.lock. Travis CI installs yarn if the file is present.

Marked yarn.lock as binary to prevent conflict hell
Moved web pack back from peerDep to dep
Destructuring is not supported in Node v4.3, so replaced it

Node v4 requires "use strict" to allow block scoped let & const
Node v4: replaced "spread" operator with "apply"
2017-03-14 23:12:35 -05:00