Skip to content

Releases: tarantool/document

1.0.1

17 Jan 12:47
Compare
Choose a tag to compare

Added

  • A fix for missing variable declaration reported by the strict mode

1.0.0

10 Jan 15:18
Compare
Choose a tag to compare

Added

  • Support for regular spaces, net.box spaces and shard spaces
  • Storing schema in space:format(), both for local and remote operation
  • Flattening (compression) on the client side to preserve space and bandwidth
  • Simplistic query language with support for map/reduce across shards
  • Support for iterators in :select()
  • Support for limit/offset in :select()
  • Luarock-based packaging
  • Basic unit tests