Skip to content

Commit

Permalink
chore: move old changelog into its own file, close #226
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Mar 26, 2019
1 parent 6976adf commit 3a11e11
Show file tree
Hide file tree
Showing 2 changed files with 121 additions and 117 deletions.
119 changes: 119 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
Find changes for versions after 1.0.4 at [cypress-example-kitchensink/releases](https://github.com/cypress-io/cypress-example-kitchensink/releases)

#### 1.0.4 - *(12/05/18)*
- update image placeholder links to https
- update cy.trigger example
- add cy.request example with query params
- update deps

#### 1.0.3 - *(12/05/18)*
- update image placeholder links to https
- update cy.trigger example
- add cy.request example with query params
- update deps

#### 1.0.2 - *(06/28/18)*
- updated dependencies
- add Cypress.Screenshot.defaults test
- improvements to build and deploy process
- bump to node 8

#### 1.0.1 - *(05/14/18)*
- updated README to link to correct examples folder
- added assertion to prevUntil test

#### 1.0.0 - *(04/13/18)*
- split example_spec into seperate files
- convert all JS from ES5 -> ES6
- update all code content to match actual specs
- move all Cypress API examples into 1 page
- have nav be active when visiting page
- add GitHub link to repo in main nav
- add link to docs from every header
- general grammar and link fixes

#### 0.8.3 - *(12/19/17)*
- add platform check to cy.exec() example
- fix typo

#### 0.8.2 - *(11/30/17)*
- eslint tests and js script

#### 0.8.1 - *(10/16/17)*
- updated .prev html to match test
- added contributing doc

#### 0.8.0 - *(09/10/17)*
- updated for cypress 0.20.0
- added new cy commands
- update support files for new scaffolding

#### 0.7.0
- new traversal commands

#### 0.6.2
- fix flaky location calls

#### 0.6.1
- remove .only

#### 0.6.0
- added stubs, spies, clocks example, fix cy.readFile

#### 0.5.3
- missing var

#### 0.5.2
- bump up default config values

#### 0.5.1
- prevent file server caching

#### 0.5.0 - *(09/01/16)*
- renamed Fixtures section to Files
- added examples for writeFile
- added example for readFile
- added examples for using modifier keys on cy.type
- fixed some formatting

#### 0.4.2
- rename commandTimeout -> defaultCommandTimeout

#### 0.4.1
- remove spacejam visit, use https

#### 0.4.0
- added cy.screenshot example

#### 0.3.0
- added cy.exec() command examples

#### 0.2.3
- fix for clearing 3rd party cookies after visit

#### 0.2.2
- removed methods on Cypress.Cookies

#### 0.2.1
- removed selenium references

#### 0.2.0
- added examples of new cypress cookie commands

#### 0.1.5
- removed relative cy.visit which causes errors on new projects

#### 0.1.4
- updated node version to 5.10.0

#### 0.1.3
- renamed visitTimeout option to pageLoadTimeout

#### 0.1.2
- updated links to be https

#### 0.1.1
- added cy.reload(true) example

#### 0.1.0
- initial release
119 changes: 2 additions & 117 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,120 +77,5 @@ Check out the [Contributing Guideline](/CONTRIBUTING.md).

## Changelog

#### 1.0.4 - *(12/05/18)*
- update image placeholder links to https
- update cy.trigger example
- add cy.request example with query params
- update deps

#### 1.0.3 - *(12/05/18)*
- update image placeholder links to https
- update cy.trigger example
- add cy.request example with query params
- update deps

#### 1.0.2 - *(06/28/18)*
- updated dependencies
- add Cypress.Screenshot.defaults test
- improvements to build and deploy process
- bump to node 8

#### 1.0.1 - *(05/14/18)*
- updated README to link to correct examples folder
- added assertion to prevUntil test

#### 1.0.0 - *(04/13/18)*
- split example_spec into seperate files
- convert all JS from ES5 -> ES6
- update all code content to match actual specs
- move all Cypress API examples into 1 page
- have nav be active when visiting page
- add GitHub link to repo in main nav
- add link to docs from every header
- general grammar and link fixes

#### 0.8.3 - *(12/19/17)*
- add platform check to cy.exec() example
- fix typo

#### 0.8.2 - *(11/30/17)*
- eslint tests and js script

#### 0.8.1 - *(10/16/17)*
- updated .prev html to match test
- added contributing doc

#### 0.8.0 - *(09/10/17)*
- updated for cypress 0.20.0
- added new cy commands
- update support files for new scaffolding

#### 0.7.0
- new traversal commands

#### 0.6.2
- fix flaky location calls

#### 0.6.1
- remove .only

#### 0.6.0
- added stubs, spies, clocks example, fix cy.readFile

#### 0.5.3
- missing var

#### 0.5.2
- bump up default config values

#### 0.5.1
- prevent file server caching

#### 0.5.0 - *(09/01/16)*
- renamed Fixtures section to Files
- added examples for writeFile
- added example for readFile
- added examples for using modifier keys on cy.type
- fixed some formatting

#### 0.4.2
- rename commandTimeout -> defaultCommandTimeout

#### 0.4.1
- remove spacejam visit, use https

#### 0.4.0
- added cy.screenshot example

#### 0.3.0
- added cy.exec() command examples

#### 0.2.3
- fix for clearing 3rd party cookies after visit

#### 0.2.2
- removed methods on Cypress.Cookies

#### 0.2.1
- removed selenium references

#### 0.2.0
- added examples of new cypress cookie commands

#### 0.1.5
- removed relative cy.visit which causes errors on new projects

#### 0.1.4
- updated node version to 5.10.0

#### 0.1.3
- renamed visitTimeout option to pageLoadTimeout

#### 0.1.2
- updated links to be https

#### 0.1.1
- added cy.reload(true) example

#### 0.1.0
- initial release
- after v1.0.4 at [cypress-example-kitchensink/releases](https://github.com/cypress-io/cypress-example-kitchensink/releases)
- before at [CHANGELOG_OLD.md](CHANGELOG_OLD.md)

0 comments on commit 3a11e11

Please sign in to comment.