Skip to content

Releases: akshat1/compute

Fixed npm package.

28 May 05:23
432ad78
Compare
Choose a tag to compare

This release is functionally the same as the previous release, but I'm creating it to synchronize things with npm.

We needed a v1.0.2 release on npm because previous 1.x releases were missing JS files due to a misconfigured main file in package.json.

Refreshed for 2024; Breaking Changes

28 May 04:17
Compare
Choose a tag to compare
  • Rewritten from previous version.
  • Removed outdated tooling (like bower etc.).
  • Breaking: API changed.
  • Switched from Travis-CI to github actions.
  • Set up auto publishing of JSDoc.

Bugfixes and UMD

15 Jan 07:41
Compare
Choose a tag to compare
Latest Compute!

- added umd wrapper
- fixed problems with using knockout

For the server, and the browser

30 Jan 07:45
Compare
Choose a tag to compare

Compute now actually works correctly with Knockout in the browser.

Coverage Summary

Statements : 96.53% ( 139/144 )
Branches : 83.33% ( 35/42 )
Functions : 100% ( 25/25 )
Lines : 97.59% ( 81/83 )

First working bower release

27 Jan 08:59
Compare
Choose a tag to compare
Pre-release

Turns out the last three bower releases have been useless since they didn't include the source or the files. The former because I ignored the source directory and the latter because it wasn't a part of the repo.

This release adds the dist folder to the repo. Tested this out by using Compute via bower in another project. Huzzah and all that.

Also, this one has proper tests (on the source, not release), lint and code-coverage.

Coverage stats:

Statements89.87% ( 142/158 )
Branches59.52% ( 25/42 )
Functions87.1% ( 27/31 )
Lines98.72% ( 77/78 )