Skip to content

v1.3.0

Compare
Choose a tag to compare
@Morgul Morgul released this 28 Dec 18:40
· 99 commits to master since this release

It's been three years, and we've finally got another release. Believe it, or not, there's no API changes! Instead, this is a final release in the v1.X line, before we get crazy and migrate to ES6, and do some other large overhauls of the code base.

In this version, we upgraded all our dependencies, and regenerated everything. It should still be just as compatible as v1.2.4 was, but we can't test against node < v4 due to changes in mocha.

Features

  • upgraded dependencies to the latest versions.

Breaking Changes

  • upgraded to lodash v4

Note: The lodash upgrade shouldn't be a breaking change. However, there's a very small chance you were depending on behavior that is subtly different, or you were relying on rpgdicejs to pull in lodash for you, hence why it's listed as a breaking change.