Skip to content

Releases: planttheidea/inline-loops.macro

Release 2.0.4

19 Dec 16:08
Compare
Choose a tag to compare
  • Be smarter with when to wrap in IIFE (#37) (111cfa7)

Release 2.0.3

18 Dec 18:33
Compare
Choose a tag to compare

Release 2.0.2

18 Dec 18:06
Compare
Choose a tag to compare
  • reuse member expressions as the local collection (#35) (a6cc882)
  • simplify findIndex / findKey / findLastIndex types (#34) (6607ece)
  • prevent forEach methods from hoisting early returns, instead just converting to continue statements (#33) (dbf6ab0)

Release 2.0.1

18 Dec 17:29
Compare
Choose a tag to compare
  • update CHANGELOG (6024188)
  • ensure forEach* methods include the returned value when the function is hoisted (#32) (45e0d85)

Release 2.0.0

18 Dec 14:35
Compare
Choose a tag to compare
  • V2 (#31) (69b7e93)
  • Merge pull request #17 from planttheidea/dependabot/npm_and_yarn/lodash-4.17.19 (11437d1)
  • Bump lodash from 4.17.15 to 4.17.19 (7d01d91)
  • Merge pull request #15 from planttheidea/dependabot/npm_and_yarn/acorn-5.7.4 (c605f64)
  • Bump acorn from 5.7.3 to 5.7.4 (fecb54b)
  • Merge pull request #14 from planttheidea/dependabot/npm_and_yarn/handlebars-4.5.3 (3c4be5f)
  • Bump handlebars from 4.1.2 to 4.5.3 (02926a2)
  • Bump eslint-utils from 1.4.0 to 1.4.3 (#13) (3fdec71)
  • update dependencies (47295a4)

Release 2.0.0-beta.3

17 Dec 03:02
Compare
Choose a tag to compare
Release 2.0.0-beta.3 Pre-release
Pre-release
  • ensure top-level conditionals are respected (0113cf5)

Release 2.0.0-beta.2

17 Dec 02:37
Compare
Choose a tag to compare
Release 2.0.0-beta.2 Pre-release
Pre-release
  • centralize and improve IIFE wrapping (c5438e5)
  • remove dist from git (fc2050c)
  • prevent dist from being stored in github (4b509bf)
  • better handling of lazy usages (d7a62cf)
  • also add await expressions (0ce46f3)
  • support unary and binary expressions (f616ec1)

Release 2.0.0-beta.1

16 Dec 18:38
Compare
Choose a tag to compare
Release 2.0.0-beta.1 Pre-release
Pre-release

Release 2.0.0-beta.0

16 Dec 05:47
Compare
Choose a tag to compare
Release 2.0.0-beta.0 Pre-release
Pre-release
  • hoist type (9edc862)
  • code cleanup (66bb236)
  • convert to TS and ESM (bfbe224)
  • refine types (ef5ea80)
  • rename callback to handler (1d781b4)
  • delete previous setup (2ad411c)
  • abstract handlers (b4e78cb)
  • abstract out utils (0c2251a)
  • abstract out traverse configs (c9ba520)
  • abstract out templates (d158e72)
  • fix eslint and get all tests passing (ba00559)
  • initial implementation of working transform with existing unit tests (f847f0c)
  • update dependencies to latest (37cfee0)
  • Merge pull request #17 from planttheidea/dependabot/npm_and_yarn/lodash-4.17.19 (11437d1)
  • Bump lodash from 4.17.15 to 4.17.19 (7d01d91)
  • Merge pull request #15 from planttheidea/dependabot/npm_and_yarn/acorn-5.7.4 (c605f64)
  • Bump acorn from 5.7.3 to 5.7.4 (fecb54b)
  • Merge pull request #14 from planttheidea/dependabot/npm_and_yarn/handlebars-4.5.3 (3c4be5f)
  • Bump handlebars from 4.1.2 to 4.5.3 (02926a2)
  • Bump eslint-utils from 1.4.0 to 1.4.3 (#13) (3fdec71)
  • update dependencies (47295a4)

Release 1.2.2

27 Jun 14:34
Compare
Choose a tag to compare
  • fix types related to ArrayHandler and ObjectHandler (#12) (f7618b1)
  • update dist (f03ee9e)