Skip to content

v0.5.0 - 6 Oct 2014

Pre-release
Pre-release
Compare
Choose a tag to compare
@dancannon dancannon released this 06 Oct 19:57
· 754 commits to master since this release
  • Added geospatial terms (Circle, Distance, Fill, Geojson, ToGeojson, GetIntersecting, GetNearest, Includes, Intersects, Line, Point, Polygon, PolygonSub)
  • Added UUID term for generating unique IDs
  • Added AtIndex term, combines Nth and GetField
  • Added the Geometry type, see the types package
  • Updated the BatchConf field in RunOpts, now uses the BatchOpts type

Internal Changes

  • Fixed encoding performance issues, greatly improves writes/second
  • Updated Next to zero the destination value every time it is called.