raw_api_server 1.1.0+2 raw_api_server: ^1.1.0+2 copied to clipboard
A Dart package for building small and simple socket-based APIs.
1.1.0+2 #
- Add tests for byte ops
1.1.0+1 #
- Keep original library structure, but use src for internal
1.1.0 #
- Configurable id width (default is 4 now)
- Use proper library structure
1.0.6+2 #
- Use List not Iterable
1.0.6+1 #
- Convert LICENSE to 2-Clause BSD
1.0.6 #
- Use exclusive range of [0, 255)
1.0.5 #
- Slightly more descriptive constructor documentation
1.0.4 #
- Follow Very Good Analysis guidelines
1.0.3 #
- Add more inclusive testing
- Add missed checks in constructors
1.0.2 #
- Fix bug where client thought it was not connected
- Better type checking
- Document code better
- Comply to Dart style regulations
- Add basic tests
1.0.1 #
- Make arguments optional for ApiRequest
- Make endpoints immutable
- Endpoint sanity checks on RawApiServer construction
- Make server and client sockets private
- Add sanity checks when starting, stopping, connecting, and disconnecting
- Rewrite example
- Add minimal example
- Client connect timeout passed to function, not class
- Refactor the project
- Add lots of documentation
- Generate Dart docs
1.0.0 #
- Initial version.