Skip to content

Releases: sverweij/mscgen_js

v4.0.3

07 Mar 21:35
v4.0.3
1aefc44
Compare
Choose a tag to compare

👷 maintenance

  • d5a5941/ f0aac34/ b9a1864/ 83733d3 ci(deps): bump actions to latest
  • de4cd0a chore(ci): disables test coverage reporting to codeclimate
  • d75954e chore(ci): sets up dependabot for github actions
  • 4e47983 chore(ci): uses node 20
  • 9c6e862 style(doc): tweaks the footer
  • 6e88ab7 build(npm): updates external dependencies
  • 55d0914 chore: adds upem-outdated run-script to manifest

v4.0.2

21 Aug 11:56
v4.0.2
b804838
Compare
Choose a tag to compare

👷 maintenance

  • fdfe1aa chore(ci): upgrades github workflow dependencies to latest
  • ac87f33 build(npm): update external dependencies

v4.0.1

21 Aug 11:57
v4.0.1
22d0cd7
Compare
Choose a tag to compare

👷 maintenance

  • 40325b4 build(npm): ⬆️ chai, codemirror, dependency-cruiser, eslint, eslint-plugin-import, eslint-plugin-promise, mocha, node-sass, query-string, upem, webpack, webpack-cli
  • 4f15b6d chore: change e-mail address away from yandex
  • 40044c6 build(npm): mocha, mscgenjs, mscgenjs-inpage, webpack, webpack-cli
  • 6c2d4de chore: removes feature flag from some features
  • 803b2a7 seo(tutorial): set the canonical of the page to the page itself instead of to the root

v4.0.0

05 Jun 17:45
v4.0.0
7191301
Compare
Choose a tag to compare

👷 maintenance

  • af068eb build: only support building on node >=16 - BREAKING
  • 221ce21 refactor: deploy a source map on production as well
  • 944dc33 refactor: also publish the source map for the inpage script to live
  • f5656dd refactor(embed|tutorial|index): lazy load svg & png images
  • d47fa39 build(npm): ⬆️ chai, codemirror, dependency-cruiser, eslint, eslint-config-standard, eslint-plugin-import, eslint-plugin-promise, mocha, mscgenjs, mscgenjs-inpage, node-localstorage, node-sass, query-string, upem, webpack, webpack-cli

📖 documentation

  • c7bc9b7 doc(README): remove david badges

v3.1.19

27 Dec 09:52
v3.1.19
c31b45e
Compare
Choose a tag to compare

👷‍♀️ maintenance

  • build(npm): ⬆️ codemirror, dependency-cruiser, eslint, eslint-config-standard, eslint-plugin-standard, mocha, mscgenjs, mscgenjs-inpage, node-sass, query-string, webpack, webpack-cli
  • chore(ci): moves ci from travis to gh actions

v3.1.18

31 Oct 14:01
Compare
Choose a tag to compare

🛠️ maintenance

  • build(npm): ⬆️ codemirror, mscgenjs, mscgenjs-inpage, query-string, dependency-cruiser, eslint, eslint-config-standard, eslint-plugin-standard, mocha, upem, webpack, webpack-cli
  • feature: adds a maskable icon
  • bugfix: makes an icon accessible from manifest.json again
  • feature: adds a robots.txt
  • fix: updated sitemap

v3.1.17

21 Sep 19:24
Compare
Choose a tag to compare

🔧 Maintenance

  • build(npm): ⬆️ codemirror, dependency-cruiser, eslint, eslint-plugin-import, mocha, nyc, query-string, webpack, webpack-cli

v3.1.3

21 Dec 20:52
Compare
Choose a tag to compare
  • build(npm): ⬆️ codemirror, mscgenjs-inpage, dependency-cruiser, eslint, node-sass, webpack
  • ci(travis): change sudo to required

v3.1.1

18 Nov 18:59
Compare
Choose a tag to compare

🚀 v3.1.0 and v3.1.1 make mscgen.js.org a progressive web app. This means faster loading times (typically) and off line use on browsers that support service workers (for sure: Chrome, Firefox).

v3.0.0

18 Nov 18:56
Compare
Choose a tag to compare

Release based on the official mscgenjs 3.0.0 release. No functional changes,

🔧 For those who are into that sort of thing, some things changed in the code though:

  • using webpack instead of requirejs
  • using an npm module for query parameter parsing (instead of own code)
  • improved automatic version bumping
  • improved automatic feature branches on mscgen.js.org