Michał Pierzchała
edc6712a5a
v2.1.0
2020-06-10 08:24:39 +02:00
Michał Pierzchała
fa50f7f767
v2.0.1
2020-06-03 16:03:09 +02:00
Michał Pierzchała
7dc3ba3259
chore: use files entry instead of npmignore; reduce publish size ( #371 )
2020-06-03 15:38:55 +02:00
Michał Pierzchała
8e43ed5646
v2.0.0
2020-05-28 15:09:14 +02:00
Michał Pierzchała
16790a528e
v2.0.0-rc.1
2020-05-28 15:06:04 +02:00
Michał Pierzchała
cffd31802f
v2.0.0-rc.0
2020-05-28 15:06:04 +02:00
Michał Pierzchała
163cc8533a
chore(breaking): compile project to Node 10 using @babel/preset-env ( #309 )
...
* chore: compile project to Node 8.3 using @babel/preset-env
* update snapshots
* compile to Node 10
* adjust snapshots back
* add migration docs
2020-05-28 15:06:04 +02:00
dependabot-preview[bot]
b5bfb28ed7
chore(deps-dev): bump strip-ansi from 5.2.0 to 6.0.0 ( #331 )
...
Bumps [strip-ansi](https://github.com/chalk/strip-ansi ) from 5.2.0 to 6.0.0.
- [Release notes](https://github.com/chalk/strip-ansi/releases )
- [Commits](https://github.com/chalk/strip-ansi/compare/v5.2.0...v6.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-19 11:06:25 +02:00
Michał Pierzchała
6288299587
Release 1.14.0
2020-05-18 09:43:34 +02:00
Maciej Jastrzebski
414f8701a5
feat: Support for @testing-library/jest-native ( #310 )
...
* Added @testing-library/jest-native to devDependencies
* Tests for jest-native matchers
* Added @testing-library/jest-native install info
* Update README.md
* Update GettingStarted.md
* feat: add `findBy*` queries (#304 )
* Basic async findBy queries
* Refactored findBy queries to be built with makeFindQuery
* findBy queries for A11y selectors
* Custom findByTestId implementation that avoids current getByTestId issues
* Fixed prettier issue
* Updates Queries.md with findBy queries
* Trying to fix test timeout error appearing only on CI
* Code review changes
* Added typescript types & tests
* prettier did reformat some code arround
* Removed export of GetByAPI, QueryByAPI and FindByAPI interfaces in TS
* Reversed prettier run on typings
* Added overlapping pieces with `within` operator
* Small cleanup
* Update website/docs/Queries.md
* Moved async/await tests to the end of test methods
Co-authored-by: Michał Pierzchała <thymikee@gmail.com >
* chore: bump eslint config to latest (#308 )
* chore: bump eslint config to latest
* lint fix
* lint pass
* use roles directly
* Trying to fix CI build
* Added $FlowFixMe for missing flow expect extensions
* Small doc fixes
* Clarified failing toHaveProps matcher tests
* Moved lint ignore for color literals to .eslintrc
* Updated toHaveProp tests to avoid strange `Button` behavior
* Updated yarn.lock
* Update README.md
* Update website/docs/GettingStarted.md
Co-authored-by: Michał Pierzchała <thymikee@gmail.com >
2020-05-18 09:37:59 +02:00
dependabot-preview[bot]
c482f6ad07
chore(deps-dev): bump release-it from 12.6.3 to 13.6.0 ( #312 )
...
Bumps [release-it](https://github.com/release-it/release-it ) from 12.6.3 to 13.6.0.
- [Release notes](https://github.com/release-it/release-it/releases )
- [Changelog](https://github.com/release-it/release-it/blob/master/CHANGELOG.md )
- [Commits](https://github.com/release-it/release-it/compare/12.6.3...13.6.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-15 20:05:47 +02:00
dependabot-preview[bot]
966f7957c1
chore(deps-dev): bump eslint from 6.8.0 to 7.0.0 ( #315 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 6.8.0 to 7.0.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v6.8.0...v7.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-15 19:52:51 +02:00
Michał Pierzchała
29ce4f2b48
chore: bump eslint config to latest ( #308 )
...
* chore: bump eslint config to latest
* lint fix
* lint pass
* use roles directly
2020-05-15 10:10:49 +02:00
Michał Pierzchała
16718c3d6c
chore: bump React Native to 0.63 RC ( #301 )
2020-05-12 13:45:41 +02:00
Michał Pierzchała
298a13831b
chore: upgrade Jest deps to 26 ( #302 )
2020-05-12 13:34:32 +02:00
Michał Pierzchała
360a53d533
v1.13.2
2020-04-24 12:25:27 +02:00
Michał Pierzchała
68bfe6343c
v1.13.1
2020-04-24 12:22:13 +02:00
Kenneth Kwakye-Gyamfi
0b00faeef7
Include links to the repository and the homepage ( #287 )
2020-04-24 12:15:29 +02:00
Kenneth Kwakye-Gyamfi
95b4889fe9
docs: add example of testing React Navigation ( #277 )
...
* Proof of concept - CodeSandbox embed
* Prettier fix
* Moved examples below API Reference
* Created the examples directory
Includes react-navigation example
* Article on React Navigation
* Specify rootDir for testing
Prevents CI to run example tests
* remove jest-transform-stub and identity-obj-proxy, add transformIgnorePatterns
* update docs
* rearrange
* remove non-essential files
* rename Navigation -> AppNavigator
* reword comment
* add links and explanations
* remove index file, because it's not an app anyway
Co-authored-by: Michał Pierzchała <thymikee@gmail.com >
2020-04-24 11:08:52 +02:00
Michał Pierzchała
b0e5e1baea
chore: regenerate lock files to remove vulnerability warnings ( #285 )
2020-04-23 16:24:06 +02:00
Michał Pierzchała
d8fd1543e4
chore: bump RN to 0.62 ( #273 )
...
* chore: bump RN to 0.62
* disable accessibilityStates tests; fixups
2020-04-20 11:40:09 +02:00
Kacper Wiszczuk
b67227d4b4
chore: lib upgrades ( #268 )
...
* Update libs
* Upgrade Typescript
* use flowconfig from 0.61
Co-authored-by: Michał Pierzchała <thymikee@gmail.com >
2020-03-18 20:00:31 +01:00
Michał Pierzchała
31ed2c48e3
chore: bump jest to v25 ( #249 )
2020-01-22 21:14:48 -06:00
Michał Pierzchała
008cae29b6
Release 1.12.0
2019-12-16 11:03:03 +01:00
Michał Pierzchała
94ff42527e
chore: bump Flow and ESLint preset ( #241 )
...
* chore: bump Flow and ESLint preset
* fix name of waitForElement
2019-12-09 11:43:05 +01:00
greenkeeper[bot]
f5aafb1c27
Update flow-bin to the latest version 🚀 ( #209 )
2019-07-29 10:49:48 +02:00
greenkeeper[bot]
dc0d2a041c
Update eslint to the latest version 🚀 ( #195 )
...
* chore(package): update eslint to version 6.0.0
* chore(package): update lockfile yarn.lock
* Fix linter
2019-07-21 15:54:26 +02:00
greenkeeper[bot]
581e6f681f
Update flow-bin to the latest version 🚀 ( #208 )
2019-07-18 22:41:16 +02:00
greenkeeper[bot]
e1b4d4651f
chore(package): update react-native to version 0.60.4 ( #207 )
2019-07-18 15:06:25 +02:00
greenkeeper[bot]
2e180eb4c2
Update @callstack/eslint-config to the latest version 🚀 ( #206 )
2019-07-17 17:17:14 +02:00
Michał Pierzchała
ad6d4f4083
v1.11.1
2019-07-17 12:11:31 +02:00
Michał Pierzchała
1382a3d7f6
chore: bump React Native to 0.60 ( #204 )
2019-07-16 18:14:42 +02:00
Michał Pierzchała
b8fb6b5615
v1.11.0
2019-07-16 16:23:59 +02:00
Michał Pierzchała
82de318988
v1.10.0
2019-07-16 16:20:21 +02:00
greenkeeper[bot]
9369efee73
Update flow-bin to the latest version 🚀 ( #196 )
...
* chore(package): update flow-bin to version 0.102.0
* chore(package): update lockfile yarn.lock
2019-06-25 19:45:27 +02:00
greenkeeper[bot]
96eef2c557
Update flow-bin to the latest version 🚀 ( #192 )
...
* chore(package): update flow-bin to version 0.101.0
* chore(package): update lockfile yarn.lock
2019-06-11 16:23:25 +02:00
Michał Pierzchała
a467aaa87b
v1.9.1
2019-06-10 18:25:58 +02:00
Michał Pierzchała
c869431dc0
v1.9.0
2019-06-10 18:25:23 +02:00
Michał Pierzchała
33526030bc
chore: update @typescript eslint/eslint plugin to 1.10.2 ( #189 )
...
* chore(package): update @typescript-eslint/eslint-plugin to version 1.10.2
* chore(package): update lockfile yarn.lock
2019-06-10 08:40:00 +02:00
greenkeeper[bot]
e5ce263717
Update flow-bin to the latest version 🚀 ( #185 )
...
* chore(package): update flow-bin to version 0.100.0
* chore(package): update lockfile yarn.lock
2019-05-31 19:33:29 +02:00
Michał Pierzchała
aa8b3abe7f
Release 1.8.0
2019-05-29 09:31:09 +02:00
Michał Pierzchała
e967f5e67a
chore: update release-it config
2019-05-29 09:25:12 +02:00
greenkeeper[bot]
2c181b844e
Update flow-bin to the latest version 🚀 ( #183 )
...
* chore(package): update flow-bin to version 0.99.0
* chore(package): update lockfile yarn.lock
* Fix flow
2019-05-29 09:13:59 +02:00
Kacper Wiszczuk
f635c852d4
chore: flow copy source 2.0.6 ( #180 )
...
* chore(package): update flow-copy-source to version 2.0.6
* chore(package): update lockfile yarn.lock
2019-05-28 22:26:37 +02:00
Kacper Wiszczuk
f9bc0b263d
feat: add a11y queries ( #178 )
...
* First implementation of matcher generator
* A11y queries added
* extract prepareErrorMessage
* Add tests
* Make aliases
* Move create queryByError
* Add missing aliases
* simplify valid node check
* add docs
* fix types
2019-05-28 20:47:06 +02:00
Michał Pierzchała
efc44157e2
Greenkeeper/release it 12.1.0 ( #171 )
...
* chore(package): update release-it to version 12.1.0
Closes #166
* chore(package): update lockfile yarn.lock
2019-05-14 23:36:29 +02:00
greenkeeper[bot]
3fd24c9de4
Update @callstack/eslint-config to the latest version 🚀 ( #169 )
...
* chore(package): update @callstack/eslint-config to version 6.0.0
* chore(package): update lockfile yarn.lock
2019-05-11 13:39:10 +02:00
Michał Pierzchała
0b95597f8a
chore: upgrade react-native to 0.59.8 ( #168 )
...
* chore(package): update react-native to version 0.59.8
* chore(package): update lockfile yarn.lock
2019-05-08 21:17:37 +02:00
greenkeeper[bot]
ab5740dd4d
Update flow-bin to the latest version 🚀 ( #162 )
...
* chore(package): update flow-bin to version 0.98.0
* chore(package): update lockfile yarn.lock
2019-04-26 22:30:20 +02:00
greenkeeper[bot]
7b7518ff97
Update @callstack/eslint-config to the latest version 🚀 ( #160 )
...
* chore(package): update @callstack/eslint-config to version 5.0.0
* chore(package): update lockfile yarn.lock
2019-04-23 11:10:52 +02:00