Skip to content
This repository was archived by the owner on Nov 22, 2025. It is now read-only.

Releases: shirohana/native-require

Release v1.1.4 - 2018-01-24

24 Jan 14:39
v1.1.4

Choose a tag to compare

Changed

  • Rewrote with standard code style

Release v1.1.3

30 Aug 05:13
v1.1.3

Choose a tag to compare

  • Improve .from method

Release v1.1.1

26 Aug 21:17
v1.1.1

Choose a tag to compare

  • Fix basedir option
  • Throw custom error message

Release v1.1.0

26 Aug 06:21
v1.1.0

Choose a tag to compare

Main change

  • Change default basedir from process.cwd() to the module where requires this module

*Important!

This version does NOT downward compatible below ^1.0.*, upgrade to 1.1.0 would break your code!

All relative requires should be checked and ensure it would not throws an Error.
It will no problems if you requires from node_modules or fullpath

Release v1.0.3

26 Aug 04:25
v1.0.3

Choose a tag to compare

Updates

  • Add relative requires/resolves supports
  • Full refactored with ES5 Syntax

It's probably the last version of ^1.0.*, and the next version(1.1.0) will break exists codes, please take cases on it.

Publish v1.0.1

15 Aug 21:17

Choose a tag to compare

Fix Issue #1
Add new method nrequire.from

Release v1.0.0

26 Jul 06:32
v1.0.0
0dbd2ac

Choose a tag to compare

Probably the final edition