Releases: thingsdb/ThingsDB
Releases · thingsdb/ThingsDB
v1.4.10
- Fixed daylight saving times bug in
move(..)
function, issue #342.
v1.4.9
- Added
backups_ok()
function for the node scope, issue #341.
v1.4.8
- Fixed bug with
move(..)
function with timezone information, issue #340.
- Fixed test code and still fuck ruzzia.
v1.4.7
- Added timezone Europe/Kyiv for the correct spelling, Fuck ruZZia.
- Fixed Docker builds to include timezone data.
v1.4.6
- Implemented optional chaining (double dot,
..
) syntax, issue #339.
- Implemented type definition
task
, issue #336.
- Implemented enumerator member flag
*
, issue #338.
v1.4.5
- Fixed bug with recursion in computed properties, issue #332.
- Added
nse(..)
function, pr #333.
- Fixed bug with short syntax in closure, issue #334.
v1.4.4
- Fixed minor bug with assertion test (debug mode only), issue #329.
- Fixed trivial bug with deep level in computed properties, issue #331.
v1.4.3
- Added shutdown-period configuration option, issue #324.
- Added authentication mask
USER
, issue #325.
- Add
id()
to wrapped type and update map_id()
function, issue #327.
v1.4.2
- Added
fill(..)
function, issue #320.
- Allow away mode (blocking) on a single node, issue #321.
- Increase
range(..)
limitation, issue #322.
v1.4.1
- Return same instance on type match, issue #315.
- Added
ren(..)
function, issue #316.
- Added
enum_map(..)
function, issue #318.