Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release 0.0.3 #11

Merged
merged 1 commit into from
Jan 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.0.3
- This is solely a quality release, without new functionality.

## 0.0.2

- Several bugfixes, including fix of reversed and shifted polygon.
Expand Down
31 changes: 3 additions & 28 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,30 +1,5 @@
# This file configures the static analysis results for your project (errors,
# warnings, and lints).
#
# This enables the 'recommended' set of lints from `package:lints`.
# This set helps identify many issues that may lead to problems when running
# or consuming Dart code, and enforces writing Dart using a single, idiomatic
# style and format.
#
# If you want a smaller set of lints you can change this to specify
# 'package:lints/core.yaml'. These are just the most critical lints
# (the recommended set includes the core lints).
# The core lints are also what is used by pub.dev for scoring packages.

include: package:lints/recommended.yaml

# Uncomment the following section to specify additional rules.

# linter:
# rules:
# - camel_case_types

# analyzer:
# exclude:
# - path/to/excluded/files/**

# For more information about the core and recommended set of lints, see
# https://dart.dev/go/core-lints

# For additional information about configuring this file, see
# https://dart.dev/guides/language/analysis-options
analyzer:
errors:
prefer_generic_function_type_aliases: error
16 changes: 8 additions & 8 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: turf_equality
description: Comparison of two GeoJSON objects, based on the turf pub-package
version: 0.0.2
version: 0.0.3
repository: https://github.com/dartclub/turf_equality

environment:
sdk: ">=2.17.3 <3.0.0"
sdk: ">=2.17.3 <4.0.0"

dependencies:
turf: ^0.0.8

dev_dependencies:
dartclub_lint: ^0.4.2
lints: ^3.0.0
test: ^1.19.3
json_serializable: ^6.1.1
build_runner: ^2.1.5
analyzer: ^2.7.0
benchmark: ^0.3.0

dependencies:
turf: ^0.0.6
analyzer: ^6.4.0
benchmark: ^0.3.0
Loading