Skip to content

Releases: browserify/insert-module-globals

v7.2.1

09 Oct 11:04
e164c77
Compare
Choose a tag to compare
  • Fix incorrect output when source contains a top-level const declaration with the same name as an inserted global. (d86999f)

v7.2.0

15 Jun 12:25
83699cd
Compare
Choose a tag to compare
  • use undeclared-identifiers instead of lexical-scope (#76)

    undeclared-identifiers is more limited and does exactly what insert-module-globals needs. because of its limitations it is about twice as fast as lexcal-scope.

v7.1.0

16 May 07:59
71f0f61
Compare
Choose a tag to compare
  • Add setImmediate and clearImmediate (#40)

v7.0.6

06 Apr 10:08
a810104
Compare
Choose a tag to compare
  • Fix relative path resolution between Windows partitions (#75)

v7.0.5

28 Mar 14:12
079a0ce
Compare
Choose a tag to compare
  • Update combine-source-map, fixes #68 (#73)

v7.0.4

21 Mar 15:41
6054dee
Compare
Choose a tag to compare
  • Output __filename and __dirname as /-delimited paths, even on Windows (#63)

v7.0.3

21 Mar 10:20
ee1e5d7
Compare
Choose a tag to compare
  • Update concat-stream to a version used in other browserify modules, so npm can dedupe it. (#72)