patchinko

A terse API for performing deep patching on JavaScript structures

MIT License

Downloads
274
Stars
73
Committers
5
patchinko - 4.1.0 Latest Release

Published by barneycarroll about 6 years ago

  • Breaking: API refactor
    • ECMAScript modules
    • overloaded renamed to constant
    • All API variants exposed via entry point
  • Browser-based ESM tests (.html files in tests folder)
  • Refactor tests to avoid symbols (they're unnecessary and misleading)
  • Troubleshooting documentation (+ tweaks)
  • Updated dependencies (+ API compliance tweaks)
patchinko - Fix 3.2.0 :/

Published by barneycarroll over 6 years ago

patchinko - Overload patching to absent targets

Published by barneycarroll over 6 years ago

patchinko - Single-reference overload API

Published by barneycarroll almost 7 years ago

const O = require('patchinko/overload') for a single reference to fulfil all granular APIs based on signature inference

patchinko - Delete directive

Published by barneycarroll almost 7 years ago

  • Properties on targets can now be deleted declaratively with directive D. Fixes #6.
  • API is now P, S, PS, D (was patch, scope, ps). Terse capital initials are more consistently identifiable, at a skim, as directives in arbitrary code structures.
Package Rankings
Top 5.53% on Npmjs.org
Related Projects