haystack 0.6.0+5 haystack: ^0.6.0+5 copied to clipboard
Port of haystack java toolkit (https://bitbucket.org/brianfrank/haystack-java). Use it for work with SkySpark. For more details look readme.
Changelog #
0.6.0+5 #
- Updated http dependency
- Fixed CryptoUtils inport
- Removed build in tag lists
- Now HClientFlutter can be reused for another project
- HClientFlutter provides setter and getter of headers for authentication requests
0.6.0 #
- Fixed dart2 compatibility
0.6.0-dev.0.1+2 #
- Fixed type errors
- Fixed sdk and dependencies constrains
0.6.0-dev.0.1 #
- Switched to dart 2
0.5.0 #
- Made types more strict
0.4.21+1 #
- Added HNull class
0.4.21 #
- Updated version header
0.4.20+3 #
- Fixed grid dump with sub-grids
0.4.20+2 #
- Added List implementation for HGrid (unmodifiable)
0.4.20+1 #
- Fixed column's
dis
method
0.4.20 #
- Fixed HGrid toString method
0.4.19 #
- Fixed dollar sign string parsing
0.4.18 #
- Added HList, HXStr,
- Made HDict and HGrid HVals
- Enhanced Zinc for nested data structures
- Created HaystackTokenizer for parsing haystack types
0.4.17 #
- test renamed to work with automatic testing
0.4.16 #
- added HGrid.rows readonly getter
- fixed tests to work with new test package
0.4.15 #
- added tags
0.4.14 #
- added map interface for HDict, HRow and HHisItem
0.4.13 #
- fixed initial bool value error in HClientWatch class
0.4.11 #
- Just fixed hclient library names conflict
0.4.10 #
- Added HRemove singleton
0.4.0 #
- Initial version, created by Dmitriy Vasilyev aka kelegorm