-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,20 @@ | ||
# CHANGELOG | ||
|
||
## Current and Previous Versions | ||
For all changelog information since v0.0.1: | ||
- [GitHub Releases](https://github.com/redwoodjs/redwood/releases) | ||
|
||
## [0.0.1-alpha.15] - 2020-01-04 | ||
## Next Major | ||
|
||
### Changed | ||
### Main branch, canary packages (v5) | ||
|
||
- Renamed `hammerframework` to `redwoodjs` | ||
- [Cells]: Show Success if there's any data in any of the fields (#7704)[https://github.com/redwoodjs/redwood/pull/7704] | ||
|
||
## [0.0.1-alpha.10.1] - 2019-10-23 | ||
|
||
### Added | ||
|
||
- `WithCell` and `useCell` query resolvers. | ||
- Typescript support in our ESLint configuration. | ||
``` | ||
npx @redwoodjs/codemods@canary | ||
``` | ||
|
||
### Changed | ||
## Next Minor | ||
|
||
- `hammer-api` now exports submodules, so all graphql things are | ||
available in `@hammerframework/hammer-api/graphql`. | ||
- `hammer-dev-server` no longer clears the screen. | ||
### Next branch, next packages (v4.x) | ||
|
||
## [0.0.1-alpha.9] - 2019-09-29 | ||
|
||
### Changed | ||
|
||
- ESLint configuration errors on import ordering, with the idea that | ||
fix on save sorts the imports automatically. | ||
|
||
### Added | ||
|
||
- `hammer-web` package. | ||
- `hammer-api` package. | ||
https://github.com/redwoodjs/redwood/milestone/56?closed=1 |