Commit Graph

17 Commits (725d8de7884bc4d1191c403d84efdd2583b51abd)

Author SHA1 Message Date
Johannes J. Schmidt 725d8de788 feat: change license from MIT to Apache 2.0 9 years ago
Denis Sokolov a0274ddc47 Add a failing test for reliance on Object.keys 9 years ago
Johannes J. Schmidt 57a4fcfbd9 4.1.1 9 years ago
Johannes J. Schmidt d9ab1242b4 4.1.0 9 years ago
Johannes J. Schmidt bc9dff9d4c Fixed named parameter followed by optional parameter 10 years ago
Johannes J. Schmidt e751d71494 Fix surrounded optional parameter 10 years ago
Johannes J. Schmidt 3df5ac2b3d bump version 10 years ago
Johannes J. Schmidt 92ef468220 allow removing of components in merge via undefined or null 10 years ago
Johannes J. Schmidt d0b80ee391 we do not need no arity 10 years ago
Johannes J. Schmidt ac4af0f980 (fixes #8) - Make it work as CouchDB CommonJS
Do not export a function.
`docuri()` is now called `docuri.definition()`.
10 years ago
Johannes J. Schmidt 4da8a2b0a2 (closes #7) - implements arity and parts
`docuri.parts` array of components, without trailing `undefined` components
`docuri.arity` length of parts.
10 years ago
Johannes J. Schmidt 6c88aa2372 configurable parts 10 years ago
Johannes J. Schmidt ed9f5886e8 rewrite 10 years ago
Johannes J. Schmidt 461c7ee0db change sequence of version and index
Before this api breaking change a docuri looked like this:
`type/id/subtype/version/index`
Now we swapped version and index:
`type/id/subtype/index/version`
10 years ago
Johannes J. Schmidt 72d1ab50ca release 1.1.0 10 years ago
Johannes J. Schmidt 1a46dcccc3 bump version 10 years ago
Johannes J. Schmidt 55f7a6715a first commit 10 years ago