haystack 2.0.1 haystack: ^2.0.1 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 #
2.0.1 #
- Optimized hashCode and == methods
2.0.0 #
- Upgraded to null safety
- Other changes from dev channel
1.0.0-dev.1.0+6 #
- Upgraded to null safety
- Fixed hashCode error in HCol
- Fixed warnings
- Fixed nullable returns in HProj
- Fixed code style
1.0.0-dev.0.4 #
- Fixed null get errors for HDict
- Increased intl dependency high version
1.0.0-dev.0.2+4 #
- Extracted client into other package
- Made HVal immutable
- Fixed analysis warnings
- Added checked flag for HDict get methods
0.6.1+1 #
- Added zinc mime type
0.6.1 #
- Added common SkySpark interface for web and flutter clients
0.6.0+9 #
- HTime: fixed zinc decoding for fractional seconds
- Added commit method in HProj
- Added simplify utils
- Improved editing grids in HGridBuilder
- Fixed types in Error handlers due to Dart update
- Make CallErrError readable in console
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