·
15 commits
to master
since this release
This release adds the following new features:
- Code Loader (
require.q)- Add new
.require.libForceto allow libraries to be reloaded and reinitialised
- Add new
NUC
- Code Loader (
require.q).require.i.loadnow takes an additional argument (forceboolean based on forced loading).require.i.initnow takes an additional argument (reinitboolean based on re-initialisation of the library).require.i.markLibAsLoaded/.require.i.markLibAsInitedalso take an additional argument (forceboolean)
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]