All notable changes to didi are documented here. We use semantic versioning for releases.
_Note: Yet to be released changes appear here._
FIX
: remove browser field again; it confuses modern module bundlers. This partially reverts v3.1.0
CHORE
: mark library as side-effect free via sideEffects: false
CHORE
: add browser
fieldCHORE
: don't expose lib
folder; library consumers should use API exposed via bundled artifactsFEAT
: allow local overrides on Injector#invoke
CHORE
: babelify all produced bundlesFIX
: make injection work on constructor less ES2015 class
FEAT
: support ES2015 class
as injection targets, tooFEAT
: always instantiate type
using new
CHORE
: bundle es
, cjs
and umd
distributions via rollupFIX
: properly include resources in bundleFEAT
: port to ES2015Check git log
for earlier history.