Skip to content

Commit a84fa4e

Browse files
committed
CHANGELOG is added
1 parent 27d2c48 commit a84fa4e

File tree

2 files changed

+55
-6
lines changed

2 files changed

+55
-6
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Changelog
2+
3+
## [1.0.0](https://github.com/WrathChaos/react-native-helpers/tree/1.0.0) (2020-10-31)
4+
5+
## ⚠️ Breaking Change ⚠️
6+
7+
- `isIPhoneXFamily` is renamed to `isIPhoneNotchFamily`
8+
9+
[Full Changelog](https://github.com/WrathChaos/react-native-helpers/compare/0.1.3...1.0.0)
10+
11+
## [0.1.3](https://github.com/WrathChaos/react-native-helpers/tree/0.1.3) (2020-03-15)
12+
13+
[Full Changelog](https://github.com/WrathChaos/react-native-helpers/compare/0.1.2...0.1.3)
14+
15+
## [0.1.2](https://github.com/WrathChaos/react-native-helpers/tree/0.1.2) (2019-12-16)
16+
17+
[Full Changelog](https://github.com/WrathChaos/react-native-helpers/compare/0.1.1...0.1.2)
18+
19+
## [0.1.1](https://github.com/WrathChaos/react-native-helpers/tree/0.1.1) (2019-12-16)
20+
21+
[Full Changelog](https://github.com/WrathChaos/react-native-helpers/compare/0.0.2...0.1.1)
22+
23+
## [0.0.2](https://github.com/WrathChaos/react-native-helpers/tree/0.0.2) (2019-07-05)
24+
25+
[Full Changelog](https://github.com/WrathChaos/react-native-helpers/compare/0ec4a22f68b857dfbd311d9b9dd1f9e3926bd1c3...0.0.2)
26+
27+
\* _This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)_

README.md

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@ Add the dependency:
2424
npm i @freakycoder/react-native-helpers
2525
```
2626

27-
### Expo Version
28-
29-
```bash
30-
"@freakycoder/react-native-helpers": "WrathChaos/@freakycoder/react-native-helpers#expo"
31-
```
32-
3327
## Peer Dependencies
3428

3529
<b><i>Zero Dependency</i></b>
@@ -165,6 +159,34 @@ import { numberFormat } from "@freakycoder/react-native-helpers";
165159
- [ ] More custom text helpers
166160
- [ ] Write an article about the lib on Medium
167161
162+
# Changelog
163+
164+
## [1.0.0](https://github.com/WrathChaos/react-native-helpers/tree/1.0.0) (2020-10-31)
165+
166+
## ⚠️ Breaking Change ⚠️
167+
168+
- `isIPhoneXFamily` is renamed to `isIPhoneNotchFamily`
169+
170+
[Full Changelog](https://github.com/WrathChaos/react-native-helpers/compare/0.1.3...1.0.0)
171+
172+
## [0.1.3](https://github.com/WrathChaos/react-native-helpers/tree/0.1.3) (2020-03-15)
173+
174+
[Full Changelog](https://github.com/WrathChaos/react-native-helpers/compare/0.1.2...0.1.3)
175+
176+
## [0.1.2](https://github.com/WrathChaos/react-native-helpers/tree/0.1.2) (2019-12-16)
177+
178+
[Full Changelog](https://github.com/WrathChaos/react-native-helpers/compare/0.1.1...0.1.2)
179+
180+
## [0.1.1](https://github.com/WrathChaos/react-native-helpers/tree/0.1.1) (2019-12-16)
181+
182+
[Full Changelog](https://github.com/WrathChaos/react-native-helpers/compare/0.0.2...0.1.1)
183+
184+
## [0.0.2](https://github.com/WrathChaos/react-native-helpers/tree/0.0.2) (2019-07-05)
185+
186+
[Full Changelog](https://github.com/WrathChaos/react-native-helpers/compare/0ec4a22f68b857dfbd311d9b9dd1f9e3926bd1c3...0.0.2)
187+
188+
\* _This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)_
189+
168190
## Author
169191
170192
FreakyCoder, kurayogun@gmail.com

0 commit comments

Comments
 (0)