Skip to content

Commit

Permalink
ref: Remove unused extensions (#30)
Browse files Browse the repository at this point in the history
* Remove unused extensions

* Bump to 2.0.1

* Update CHANGELOG
  • Loading branch information
andyhorn authored May 25, 2024
1 parent c81e554 commit f612bcb
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 26 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 2.0.1

- Remove unused extensions
- Update missing info in documentation

## 2.0.0

New major version release! See the release candidate notes below.
Expand All @@ -12,6 +17,7 @@ New major version release! See the release candidate notes below.
## 2.0.0-rc.2

- Get rid of the `path` property override and, instead, supply the path segment into the `super` ctor
- Change extensions (ended up not using them, removed in 2.0.1)
- Eliminated the `goPath` property (use the `path` property instead)
- Improved example and documentation

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.0.0"
version: "2.0.1"
sky_engine:
dependency: transitive
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 2.0.0
version: 2.0.1

environment:
sdk: ">=3.2.0 <4.0.0"
Expand Down
1 change: 0 additions & 1 deletion lib/simple_routes.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ library simple_routes;

export 'src/route_data.dart' show SimpleRouteData;
export 'src/routes.dart' show SimpleRoute, ChildRoute, SimpleDataRoute;
export 'package:simple_routes/src/extensions/extensions.dart';
5 changes: 0 additions & 5 deletions lib/src/extensions/enum_extensions.dart

This file was deleted.

1 change: 0 additions & 1 deletion lib/src/extensions/extensions.dart

This file was deleted.

2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: simple_routes
description: Simple, declarative route and navigation management for go_router.
version: 2.0.0
version: 2.0.1
homepage: https://github.com/andyhorn/simple_routes

environment:
Expand Down
16 changes: 0 additions & 16 deletions test/extensions/enum_extensions_test.dart

This file was deleted.

0 comments on commit f612bcb

Please sign in to comment.