Changelog
Version 2.10.4
<a style="border-radius: 2px; padding: 4px 8px; background: rgb(64, 120, 192); color: #fff;" href="https://github.com/SierraSoftworks/Iridium/releases/tag/v2.10.4">tag: v2.10.4</a>
npm install iridium@2.10.4
Changelog
Version 2.10.3
<a style="border-radius: 2px; padding: 4px 8px; background: rgb(64, 120, 192); color: #fff;" href="https://github.com/SierraSoftworks/Iridium/releases/tag/v2.10.3">tag: v2.10.3</a>
npm install iridium@2.10.3
document
virtual property which returns the backing document from the database - Adds a select
function which allows you to easily select array/object values based on a selector function (makes working with arrays containing documents easier) - Adds a first
function which does the same as select, but only returns the first result.