Skip to content

Commit

Permalink
release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skanaar committed Apr 26, 2019
1 parent d4ec4e0 commit 497a41d
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

## [0.3.0] - 2019-04-26

### Library

- dagre library upgraded to 0.8.4
- version published as a `nomnoml.version` property

### www.nomnoml.com

- ie/edge support for downloading png images
- when new code results in parsing error, render last successful code.

### Known regressions

- self referential associations are broken
2 changes: 1 addition & 1 deletion dist/nomnoml.js
Original file line number Diff line number Diff line change
Expand Up @@ -1668,7 +1668,7 @@ nomnoml.render = function (graphics, config, compartment, setFont){
;
var nomnoml = nomnoml || {};

nomnoml.version = '0.3.0'
nomnoml.version = '0.4.0'

nomnoml.Classifier = function (type, name, compartments){
return {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nomnoml",
"version": "0.3.0",
"version": "0.4.0",
"description": "The sassy UML renderer that generates diagrams from text",
"homepage": "http://www.nomnoml.com",
"author": "Daniel Kallin <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/nomnoml.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var nomnoml = nomnoml || {};

nomnoml.version = '0.3.0'
nomnoml.version = '0.4.0'

nomnoml.Classifier = function (type, name, compartments){
return {
Expand Down

0 comments on commit 497a41d

Please sign in to comment.