Skip to content

Releases: asciidoctor/opal-node-runtime

v2.1.0

24 Aug 13:20
Compare
Choose a tag to compare

Update to Opal 1.4.0 (66d5ccec)

v2.0.0-beta.2

10 Jul 14:27
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release

Built from ggrossetie/opal@8ca73fe (Opal 1.2.0.dev)

Improvements

  • Upgrade to Opal 1.2.0.dev

Infrastructure

  • Bump rollup from 2.45.0 to 2.52.8
  • Bump mocha from 8.3.2 to 9.0.2
  • Bump glob-parent from 5.1.0 to 5.1.2
  • Bump hosted-git-info from 2.8.8 to 2.8.9
  • Bump lodash from 4.17.20 to 4.17.21
  • Bump glob from 7.1.6 to 7.1.7
  • Upgrade to GitHub-native Dependabot

v2.0.0-beta.1

11 Apr 15:44
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

Built from ggrossetie/opal@10f7746 (Opal 1.1.1)

Improvements

  • Upgrade to Opal 1.1.1

Infrastructure

  • Bump standard from 16.0.0 to 16.0.3
  • Bump rollup from 2.10.9 to 2.45.0
  • Bump mocha from 8.2.0 to 8.3.2
  • Bump unxhr from 1.0.4 to 1.2.1
  • Bump chai from 4.3.0 to 4.3.4
  • Limit GitHub Actions events
  • Generate src/index.cjs before publish

v0.3.2

06 Mar 14:36
Compare
Choose a tag to compare

Built from ggrossetie/opal@c61c736 (Opal 0.11.x)

Includes an important fix when Opal was loaded twice. See #58

v2.0.0-alpha.1

01 Nov 16:38
Compare
Choose a tag to compare
v2.0.0-alpha.1 Pre-release
Pre-release

Built from ggrossetie/opal@8c48c25a

Breaking changes

  • Export the library as both a CommonJS and ES6 module. The Opal object is now the default export:
import Opal from 'asciidoctor-opal-runtime'
const Opal = require('asciidoctor-opal-runtime')

Infrastructure

  • Use rollup to generate a CommonJS module
  • Bump lodash from 4.17.15 to 4.17.19
  • Bump mocha from 8.0.1 to 8.2.0
  • Bump standard from 14.3.4 to 16.0.0
  • Disable Travis build
  • Remove .eslintrc

v0.3.1

22 Oct 09:57
Compare
Choose a tag to compare

Built from ggrossetie/opal@c61c736 (Opal 0.11.x)

Includes a critical performance optimization for Node.js > 10 on Array.shift (when Array.prototype has been modified). See: opal/opal#2115

v1.0.0-alpha.2

27 Jun 17:15
Compare
Choose a tag to compare

v1.0.0-alpha.1

16 May 15:16
Compare
Choose a tag to compare

v0.3.0

14 Apr 22:54
Compare
Choose a tag to compare