Releases: Fryuni/inox-tools
Releases · Fryuni/inox-tools
@inox-tools/aik-mod@0.2.1
@inox-tools/inline-mod@1.2.0
@inox-tools/aik-mod@0.1.0
@inox-tools/inline-mod@1.1.2
@inox-tools/inline-mod@1.1.1
@inox-tools/inline-mod@1.1.0
@inox-tools/inline-mod@1.1.0-smart-factory.6
@inox-tools/inline-mod
1.1.0-smart-factory.4
Patch Changes
- bd29c64: Allow updating module resulution in DEV environment
1.1.0-smart-factory.3
Minor Changes
- d430acc: Add support for serializing URL objects
Patch Changes
1.1.0-smart-factory.0
Minor Changes
1.0.1
Patch Changes
- 3bf3825: Add support for referring to named exports instead of serializing them recursivelly
1.0.0
Major Changes
- 76c0978: Complete first release with stable API
0.1.5
Patch Changes
-
b4b4ab1: Optimizes serialization of non-capturing functions.
Previously, non-capturing functions would be serialized to this:
function __f0() { return function () { return () => 'read value'; } .apply(undefined, undefined) .apply(this, arguments); }
Now it is serialized to this:
const __f0 = () => 'read value';
-
1b3919f: Fix support for circular values
0.1.4
Patch Changes
- 71fcbe5: Fix support for sparse arrays
- 2230d1d: Add general support for serializing symbols
- 9fc3942: Fix support for custom object property descriptors
0.1.3
Patch Changes
- ecdd836: Fix license on published package
0.1.2
Patch Changes
0.1.1
Patch Changes
- 6dd5b5c: Update README shield
0.1.0
Minor Changes
- 3d16a70: Minimal working version
Patch Changes
- 3d16a70: Fix dynamic import warning
0.0.1
Patch Changes
- c7a6583: Initial test release
@inox-tools/inline-mod@1.1.0-smart-factory.5
@inox-tools/inline-mod
1.1.0-smart-factory.4
Patch Changes
- bd29c64: Allow updating module resulution in DEV environment
1.1.0-smart-factory.3
Minor Changes
- d430acc: Add support for serializing URL objects
Patch Changes
1.1.0-smart-factory.0
Minor Changes
1.0.1
Patch Changes
- 3bf3825: Add support for referring to named exports instead of serializing them recursivelly
1.0.0
Major Changes
- 76c0978: Complete first release with stable API
0.1.5
Patch Changes
-
b4b4ab1: Optimizes serialization of non-capturing functions.
Previously, non-capturing functions would be serialized to this:
function __f0() { return function () { return () => 'read value'; } .apply(undefined, undefined) .apply(this, arguments); }
Now it is serialized to this:
const __f0 = () => 'read value';
-
1b3919f: Fix support for circular values
0.1.4
Patch Changes
- 71fcbe5: Fix support for sparse arrays
- 2230d1d: Add general support for serializing symbols
- 9fc3942: Fix support for custom object property descriptors
0.1.3
Patch Changes
- ecdd836: Fix license on published package
0.1.2
Patch Changes
0.1.1
Patch Changes
- 6dd5b5c: Update README shield
0.1.0
Minor Changes
- 3d16a70: Minimal working version
Patch Changes
- 3d16a70: Fix dynamic import warning
0.0.1
Patch Changes
- c7a6583: Initial test release
@inox-tools/inline-mod@1.1.0-smart-factory.4
Patch Changes
- bd29c64: Allow updating module resulution in DEV environment