Skip to content

Commit

Permalink
equatable v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Oct 2, 2019
1 parent 71e9896 commit 745d567
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.6.1

- Minor documentation updates

# 0.6.0

- The `props` getter override is required for both `Equatable` and `EquatableMixin`
Expand Down
3 changes: 0 additions & 3 deletions lib/src/equatable.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ import './equatable_utils.dart';

/// A base class to facilitate [operator==] and [hashCode] overrides.
///
/// const constructors are possible, but must be performed by overriding
/// [props] instead of using the super constructor:
///
/// ```dart
/// class ConstTest extends Equatable {
/// const ConstTest(this.a);
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: equatable
description: An abstract class that helps to implement equality without needing to explicitly override == and hashCode.
version: 0.6.0
version: 0.6.1
author: Felix Angelov <[email protected]>
homepage: https://github.com/felangel/equatable

Expand Down

0 comments on commit 745d567

Please sign in to comment.