·
15 commits
to master
since this release
This release adds the following new features:
- Code Loader (
require.q
)- Add new
.require.libForce
to allow libraries to be reloaded and reinitialised
- Add new
NUC
- Code Loader (
require.q
).require.i.load
now takes an additional argument (force
boolean based on forced loading).require.i.init
now takes an additional argument (reinit
boolean based on re-initialisation of the library).require.i.markLibAsLoaded
/.require.i.markLibAsInited
also take an additional argument (force
boolean)
Full Changelog
895fb2f require: Ensure 'libForce' behaves the same as 'lib' if library not loaded / inited
6f56708 require: Send 'force' state to library init functions
daef0aa require: Add support to force reload a library
486aa90 type: Ensure .type.isEnumeration returns true for atom [#107]
6147a71 util: Whitespace fixes
3215e68 util: Add new .util.roundSigFig
a6e6da5 type: Add GUID support to .type.ensureSymbol [#104]
44ecfed csv: Switch to '.q.csv' to allow delimeter to be overidden [#102]