Skip to content

Releases: dart-lang/ecosystem

package:firehose v0.3.18

27 Jun 20:50
9ef5948
Compare
Choose a tag to compare
  • Add Github workflow for PR health.
  • Refactorings to health workflow.

package:firehose v0.3.17

13 Jun 18:43
b1056e6
Compare
Choose a tag to compare
  • Correctly parse pre-release versions from the CHANGELOG.

firehose-v0.3.16

13 Jun 15:35
a2dac18
Compare
Choose a tag to compare
  • More robust version checking, now more diverse changelog formats are accepted.

package:firehose v0.3.15

09 May 18:17
3163b3b
Compare
Choose a tag to compare
  • Make publish tags link to the new release page for that tag, with
    pre-populated fields.

firehose-v0.3.14

28 Feb 02:46
b4b1c68
Compare
Choose a tag to compare
  • Require Dart 2.19.0.
  • Adjust docs for the recommended tag format to use to trigger publishing (support semver release versions, not pre-release versions).
  • Support using a publish-ignore-warnings label to ignore dart pub publish dry-run validation failures.
  • Update the recommended publish.yaml file to listen for label changes on PRs (types: ...).

dart_flutter_team_lints-v1.0.0

21 Feb 18:55
ed58317
Compare
Choose a tag to compare
  • Added collection_methods_unrelated_type.
  • Added combinators_ordering.
  • Added dangling_library_doc_comments.
  • Added implicit_call_tearoffs.
  • Added library_annotations.
  • Added unnecessary_library_directive.
  • Added unreachable_from_main.
  • Added use_string_in_part_of_directives.
  • Require Dart 2.19.0.

firehose-v0.3.13

17 Feb 16:50
bd558ac
Compare
Choose a tag to compare
  • Added the ability to specify the version of the SDK to use for publishing.

firehose-v0.3.12

09 Feb 19:53
0755a43
Compare
Choose a tag to compare
  • Don't have issues creating PR comments fail the job.
  • Write a github workflow summary of the publishing status.
  • Handle un-publishable packages without a version.

firehose-v0.3.11

07 Feb 22:28
a8a5370
Compare
Choose a tag to compare
  • Add additional console logging when we encounter GitHub API errors.

firehose-v0.3.10

01 Feb 22:50
bc7af81
Compare
Choose a tag to compare
  • Fixed an exception that occurred when no CHANGELOG.md file was present.