Skip to content

v1.3.0

Choose a tag to compare

@fenying fenying released this 02 Aug 17:21
· 17 commits to master since this release
v1.3.0
2195768

CHANGES

  • feat(pkg:test): add API Test.autoTick
  • feat(pkg:async): added utility class AbortTimeoutController
  • feat(pkg:concurrent): added utility class ThrottleController
  • feat(pkg:concurrent): added utility class DebounceController
  • feat(pkg:concurrent): added utility class FiberPool
  • feat(pkg:async): added API Async.sleep, with timer safety
  • feat(pkg:async): added API Async.autoRetry, with exponential backoff and jitter supports.
  • fix(pkg:network): export API Network.isValidIPv4Address
  • feat(pkg:network): add API Network.isValidMacAddress
  • feat(pkg:string): add API String.isEmailAddress

Full Changelog: v1.2.1...v1.3.0