-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
Redesign the tags and fields API of Point.
- Introduce type (or typedef) for Tag and Field sets
- Replace
Point::getTags()return type (deprecate in previous version) - Replace
Point::getFields()return type (deprecate in previous version) - Query parsing might need unescaping
- Announce Point getter changes #183 (v0.7.x)
Candidates
Related: #179