Node Rules Versions Save

Node-rules is a light weight forward chaining rule engine that can be used in JavaScript and TypeScript based projects.

9.0.0

1 year ago

Adding typescript support Moving the bundler to rollup

7.1.0

2 years ago

7.1.0 fixes the bug below which was caused since lodash version dependencies were removed accidentally. https://github.com/mithunsatheesh/node-rules/issues/113

This issue do not exist in major versions < 7. If you are on major version 7.0.0 you may consider upgrading to 7.1.0.

7.0.0

2 years ago

Fix security vulnerabilities for dependencies

  • Upgraded to safer versions
  • Cleaned up code
  • Removed unwanted dependencies
  • Moved to Jest for testing

6.3.0

3 years ago

Fixes ssri vulnerabilities by upgrading terser-webpack-plugin to latest version.

6.1.0

3 years ago
  • Process.tick polyfill for browsers
  • Unit Tests for Parallelism
  • Browser Support Definision in place
  • Renamed webpack Library Definition to "NodeRules"
  • Reduction in whole library size by 80%.
  • Issue with module imports failing is fixed with this.
  • Polyfill Process.nextick issues fixed in browser context.
  • Added both web and node.js examples in examples folder.
  • Cleaned up unwanted dependencies.

5.2.0

3 years ago
  1. Removed dependency on lodash matches
  2. Removed dependency on lodash filter
  3. Fixed webpack build script failure for browser distribution
  4. The bundle size has drastically reduced from 96.6 KB to 22KB now as of version 5.2.0.

5.1.0

3 years ago

This includes upgrades to some of dev dependencies to remove the vulnerability warnings from NPM. Currently build is passing. If you face any issues, please use 5.0.0 from npm and create an issue.

5.0.0

3 years ago

Bug Fixes for security issues published by Sync https://github.com/mithunsatheesh/node-rules/issues/84

4.0.2

5 years ago

Major Changes

  1. Added browser compatibility
  2. Upgraded dependencies.
  3. Moved from underscore to lodash to add only specific dependency utils.
  4. Added coverage via istanbul.
  5. Updated docs.
  6. Fixes for Travis build failures.

v2.2.3

9 years ago