Skip to content

Releases: dtinth/ride

Release 2.0.1

16 Jan 21:59

Choose a tag to compare

This library has finally been renovated after its initial release 8 years ago (2013) when I published the article Monkey-Patching, Overriding, and Decorating Methods in JavaScript. This release adds TypeScript, ES module, and unified the API interface to be more consistent (this is a breaking change). API reference has been published to https://apiref.page/package/ride.

apiref page_package_ride

Features

  • Added TypeScript typings.
  • Ship as ES modules (as well as CommonJS).

Deprecations and Removals

  • Removed the Rider class, only a single function-based interface remains.

Misc

  • Upgraded build tooling.