Releases: mesqueeb/path-to-prop
Releases · mesqueeb/path-to-prop
v3.0.2
Compare
Sorry, something went wrong.
No results found
v3.0.1
Compare
Sorry, something went wrong.
No results found
v3.0.0
Compare
Sorry, something went wrong.
No results found
v2.0.4
Compare
Sorry, something went wrong.
No results found
v2.0.3
Compare
Sorry, something went wrong.
No results found
v2.0.2
Compare
Sorry, something went wrong.
No results found
v2.0.1
Compare
Sorry, something went wrong.
No results found
v2.0.0
Compare
Sorry, something went wrong.
No results found
breaking changes
requires node v12+
is now an esm package with "type": "module" in package.json
v1.0.1
Compare
Sorry, something went wrong.
No results found
named exports - smaller - better TS 🪐
Compare
Sorry, something went wrong.
No results found
Only named exports
// before
import pathToProp from 'path-to-prop'
// now
import { getProp } from 'path-to-prop'
The return type is now unknown for better type safety.
The package size is smaller