Skip to content

Tags: kentcdodds/babel-plugin-preval

Tags

v5.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: add NMinhNguyen as a contributor for code, test, infra (#102)

* docs: update README.md

* docs: update .all-contributorsrc

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

v5.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: add MichaelDeBoey as a contributor (#79)

* docs: update README.md

* docs: update .all-contributorsrc

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

v4.0.0

feat: upgrade all packages

BREAKING CHANGE: Node support bumped to Node >= 8

v3.0.1

fix(babel7): do not load root .babelrc (#61)

* Do not load root .babelrc

* Update index.js

* Update index.js

v3.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: drop support for transpiling the code that is being prevaled (#59)

It cause way too many weird bugs that take a TON of time to track down.

BREAKING CHANGE: Code that's being prevaled will no longer be transpiled. You should either transpile it ahead of time or only write the code in a version of JavaScript that runs natively in the version of node you're running.

v2.0.1

fix(README): Fix broken links on table of contents (#57)

* fix(README): Fix broken links on table of contents

* misc: rephrase titles to fix broken links

v2.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: add devtip video

v1.6.4

fix: transpile imported modules (#51)

* add contributor

* (fix) perform transpilation for modules required in preval's template tags

v1.6.3

fix: upgrade to babel-plugin-macros

v1.6.2

fix: remove babel-core dependency (#44)

* Remove babel-core dependency

* Update .all-contributorsrc

* Update .all-contributorsrc

* Update README.md