Skip to content

Releases: jkeam/nullsafe

Update Readme

Choose a tag to compare

@jkeam jkeam released this 07 Jun 07:02

No code changes. Just wanted to publish a new version to npm that updated the readme to reflect benchmark numbers found running against v2.0.0.

Standardize Value Return and Metadata

Choose a tag to compare

@jkeam jkeam released this 07 Jun 06:44

New Feature
When calling value, the value will always be null, eliminating the need to worry about undefined vs null. If that information is required, you can call rawValue in order to get it.

Metadata
Updated keywords, added benchmark numbers, and explicitly added the MIT license.

Added Immediate Resolve

Choose a tag to compare

@jkeam jkeam released this 28 May 07:45

This release updates:

  1. The readme to have clearer examples.
  2. Adds feature to immediately resolve paths to reduce the memory footprint if the path is known ahead of time.