Skip to content
This repository was archived by the owner on Dec 16, 2020. It is now read-only.

Releases: josmardias/gurpsjs

update dependencies

02 Apr 03:42
Compare
Choose a tag to compare
update dependencies Pre-release
Pre-release
  • added karma both jasmine-core as dependencies, as recommended for npm@3
  • changed all dependencies from ~ (patch level) to ^ (minor level). It will change nothing for now, because minor level accepts only patchs for 0.x.x packages, and all current dependencies are 0.x.x
  • updated all dependencies
    grunt-contrib-clean from ~0.5.0 to ^0.6.0
    grunt-contrib-jshint from ~0.10.0 to ^0.11.1
    grunt-jsbeautifier from ~0.2.7 to ^0.2.10
    grunt-karma from ~0.8.3 to ^0.10.1
    karma-browserstack-launcher from ~0.1.1 to ^0.1.2
    karma-coverage from ~0.2.4 to ^0.2.7
    karma-jasmine from ~0.2.2 to ^0.3.5

update README.md

31 Jul 02:07
Compare
Choose a tag to compare
update README.md Pre-release
Pre-release

Just an update to README.md, to reflect changes on npmjs.org

fix Attribute module

28 Jul 02:07
Compare
Choose a tag to compare
fix Attribute module Pre-release
Pre-release

This patch fix a bug that makes setAttribute set incorrect values..

improve code coverage

27 Jul 20:42
Compare
Choose a tag to compare
improve code coverage Pre-release
Pre-release

Improving tests for maximum code coverage.
Drafting a release cause some minimum lines of source code changed.

initial character module

16 Jul 05:15
Compare
Choose a tag to compare
Pre-release

First steps in the character module (only get and set attribute).
Some tests for the attributes and character modules.

pre gulp migration

20 Jun 14:49
Compare
Choose a tag to compare
pre gulp migration Pre-release
Pre-release

Just pinning when i started Gulp migration.

bower testing

15 Jun 04:27
Compare
Choose a tag to compare
bower testing Pre-release
Pre-release

Trying to push library to bower, testing ignoring of files.

initial release

14 Jun 23:13
Compare
Choose a tag to compare
initial release Pre-release
Pre-release

Just some dependencies tests.
This release does not contains the top level library API.