WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit e8522ce

Browse files
Prepare for 1.0.0
1 parent 78ad8ce commit e8522ce

File tree

3 files changed

+4
-28
lines changed

3 files changed

+4
-28
lines changed

CHANGELOG.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
# Changelog
22

3-
### 0.3.0 ~ 0.4.0 - 2018/Oct/4
3+
### 1.0.0 - 2019/Jan/17
44

5-
* [BREAKING] Switch logic operators from & and | to && and ||
6-
* Add an annotation @filter-default-field
7-
8-
### 0.2.0 - 2018/Oct/3
9-
10-
* Factor out filter hooks for better usability.
11-
12-
### 0.1.0 - 2018/Jul/18
13-
14-
* Created from template `consolidation/filter-via-dot-access-data`
5+
Initial release

README.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,6 @@ Deploy by the following procedure:
102102
- Edit the `VERSION` file to contain the version to release, and commit the change.
103103
- Run `composer release`
104104

105-
## Built With
106-
107-
List significant dependencies that developers of this project will interact with.
108-
109-
* [Composer](https://getcomposer.org/) - Dependency Management
110-
* [Robo](https://robo.li/) - PHP Task Runner
111-
* [Symfony](https://symfony.com/) - PHP Framework
112-
113105
## Contributing
114106

115107
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on the process for submitting pull requests to us.
@@ -120,17 +112,10 @@ We use [SemVer](http://semver.org/) for versioning. For the versions available,
120112

121113
## Authors
122114

123-
* **Greg Anderson** - created project from template.
115+
* [Greg Anderson](https://github.com/greg-1-anderson)
124116

125117
See also the list of [contributors](https://github.com/consolidation/filter-via-dot-access-data/contributors) who participated in this project.
126118

127119
## License
128120

129121
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
130-
131-
## Acknowledgments
132-
133-
* Hat tip to anyone who's code was used
134-
* Inspiration
135-
* etc
136-
* Thanks to PurpleBooth for the [example README template](https://gist.github.com/PurpleBooth/109311bb0361f32d87a2)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.2-dev
1+
1.0.0-dev

0 commit comments

Comments
 (0)