Skip to content

0.3.0 - May 2, 2022

Compare
Choose a tag to compare
@hoc081098 hoc081098 released this 02 May 14:11
· 351 commits to master since this release
bc2f038

CHANGELOG

  • Update

    • Kotlin to 1.6.21.
    • KotlinX Coroutines to 1.6.1.
    • Gradle to 7.4.2.
  • Refactor withLatestFrom's implementation.

  • Move NULL_VALUE to com.hoc081098.flowext.utils package.

  • Add Symbol class.

  • Add

    • Flow.throttleTime.
    • Event.flatMap.
    • Event.valueOrDefault.
    • Event.valueOrElse.
    • race, amb.
    • Flow.raceWith, Flow.ambWith.
    • Flow.mapToUnit.
    • Flow.startWith { } that accepts a lambda parameter.
  • Add and update docs.

  • Add more test cases, increase code coverage.

  • Internal bug fixes.


What's Changed

  • chore(deps): update plugin org.jetbrains.dokka to v1.6.10 by @renovate in #52
  • chore(deps): update jamesives/github-pages-deploy-action action to v4.2.5 by @renovate in #53
  • chore(deps): update actions/upload-artifact action to v3 by @renovate in #59
  • chore(deps): update dependency gradle to v7.4.1 by @renovate in #54
  • chore(deps): update actions/setup-java action to v3 by @renovate in #58
  • chore(deps): update actions/checkout action to v3 by @renovate in #57
  • chore(deps): update plugin com.vanniktech.maven.publish to v0.19.0 by @renovate in #56
  • chore(deps): update plugin com.diffplug.spotless to v6.3.0 by @renovate in #55
  • feat(throttle) by @hoc081098 in #51
  • Refactor/throttle by @hoc081098 in #60
  • Add tests, functions to Events and refactor by @hoc081098 in #61
  • docs: readme by @hoc081098 in #63
  • feat(race) by @hoc081098 in #64
  • test(startWith) & feat(startWith): startWith { } by @hoc081098 in #67
  • chore(deps): update actions/cache action to v3 by @renovate in #65
  • chore(deps): update plugin com.diffplug.spotless to v6.4.1 by @renovate in #66
  • chore(deps): update plugin org.jetbrains.kotlin.multiplatform to v1.6.20 by @renovate in #69
  • chore(deps): update dependency gradle to v7.4.2 by @renovate in #68
  • Refactor by @hoc081098 in #79
  • chore(deps): update coroutinesversion to v1.6.1 by @renovate in #71
  • chore(deps): update plugin com.diffplug.spotless to v6.5.1 by @renovate in #73
  • chore(deps): update codecov/codecov-action action to v3.1.0 by @renovate in #72
  • Prepare version 0.3.0 [skip ci] by @hoc081098 in #80

Full Changelog: 0.2.0...0.3.0