|
1 |
| -## 1.0.0 |
| 1 | +## 1.1.0 |
2 | 2 |
|
3 |
| -- Introduce Docker dev environments for all projects except for Electron-based projects |
4 |
| -- Introduce PostgreSQL support with new Express + PostgreSQL starters: `express-postgres` & `react-express-postgres-ssr` |
5 |
| -- Introduce dotenv ^16.4.5 |
6 |
| -- Introduce Mock Service Worker ^2.2.2 |
7 |
| -- Introduce Prettier 3.2.5 |
8 |
| -- Introduce Prisma ^4.15.0 |
9 |
| -- Introduce Playwright ^1.44.0 |
10 |
| -- Introduce `electron-icon-maker` ^0.0.5 |
11 |
| -- Replace Enzyme with React Testing Library ^14.2.1 |
12 |
| -- Add DOM Testing Library ^9.3.4 for non-React frontend projects |
13 |
| -- Replace Flow and PropTypes with TypeScript ~5.3.3 |
14 |
| -- Replace React Hot Loader with React Refresh ^0.14.0 |
15 |
| -- Replace Sublime Text support with Visual Studio support |
16 |
| -- Drop support for Yarn |
17 |
| -- Upgrade Babel to ^7.22.1 |
18 |
| -- Upgrade Electron to 29.1.0 |
19 |
| -- Upgrade ESLint to ^8.41.0 |
20 |
| -- Upgrade Express to ^4.18.2 |
21 |
| -- Upgrade Jest to ^29.5.0 |
22 |
| -- Upgrade Node.js to ^20.9.0 |
23 |
| -- Upgrade React to ^18.2.0 |
24 |
| -- Upgrade SuperTest to ^6.3.3 |
25 |
| -- Upgrade Stylelint to ^16.2.1 |
26 |
| -- Upgrade webpack to ^5.85.0 |
27 |
| -- Separate asset test and counter from `browser` project into its own examples: `asset-test` & `counter-react` |
28 |
| -- Replace Node Sass with Dart Sass ~1.64.2 for `counter-react` |
29 |
| -- Rewrite \*chan from `nodejs-ssr` project into its own `starchan` example |
30 |
| -- Upgrade `react-redux` to ^8.1.3 for `starchan` |
31 |
| -- Setup Redux Toolkit ^1.9.6 for `starchan` |
32 |
| -- Upgrade React Router to ^6.16.0 for `starchan` |
33 |
| -- Port `todolist-browser` project as `todo-list` example |
34 |
| -- Create new vanilla JavaScript starter for browsers: `basic-browser` |
35 |
| -- Create new vanilla JavaScript starter for desktops: `basic-electron` |
36 |
| -- Create new vanilla JavaScript starter for Node.js: `basic-node` |
37 |
| -- Create new Express + MongoDB starter: `express-mongo` |
38 |
| -- Create new React starter for browsers: `react-browser` |
39 |
| -- Create new React starter for desktops: `react-electron` |
40 |
| -- Create new React + Express + MongoDB server-side rendering starter: `react-express-mongo-ssr` |
41 |
| -- Create new desktop app example: `markdown-editor` |
42 |
| -- Create new Express + PostgreSQL example: `notes-api` |
| 3 | +- Create new React app example: `tic-tac-toe` |
| 4 | +- Create `CONTRIBUTING.md` |
| 5 | +- Update code formatting to use Prettier defaults |
| 6 | +- Update `react` package to ^18.3.1 |
| 7 | +- Update `express` package to ^4.21.1 |
| 8 | +- Update `prisma` & `@prisma/client` packages to ^4.16.2 |
| 9 | +- Make minor fixes and adjustments to configurations and docs |
| 10 | + |
| 11 | +## 1.0.0 (Nov. 4, 2024) |
| 12 | + |
| 13 | +- Introduce Docker dev environments for all projects except for Electron-based projects |
| 14 | +- Introduce PostgreSQL support with new Express + PostgreSQL starters: `express-postgres` & `react-express-postgres-ssr` |
| 15 | +- Introduce dotenv ^16.4.5 |
| 16 | +- Introduce Mock Service Worker ^2.2.2 |
| 17 | +- Introduce Prettier 3.2.5 |
| 18 | +- Introduce Prisma ^4.15.0 |
| 19 | +- Introduce Playwright ^1.44.0 |
| 20 | +- Introduce `electron-icon-maker` ^0.0.5 |
| 21 | +- Replace Enzyme with React Testing Library ^14.2.1 |
| 22 | +- Add DOM Testing Library ^9.3.4 for non-React frontend projects |
| 23 | +- Replace Flow and PropTypes with TypeScript ~5.3.3 |
| 24 | +- Replace React Hot Loader with React Refresh ^0.14.0 |
| 25 | +- Replace Sublime Text support with Visual Studio support |
| 26 | +- Drop support for Yarn |
| 27 | +- Upgrade Babel to ^7.22.1 |
| 28 | +- Upgrade Electron to 29.1.0 |
| 29 | +- Upgrade ESLint to ^8.41.0 |
| 30 | +- Upgrade Express to ^4.18.2 |
| 31 | +- Upgrade Jest to ^29.5.0 |
| 32 | +- Upgrade Node.js to ^20.9.0 |
| 33 | +- Upgrade React to ^18.2.0 |
| 34 | +- Upgrade SuperTest to ^6.3.3 |
| 35 | +- Upgrade Stylelint to ^16.2.1 |
| 36 | +- Upgrade webpack to ^5.85.0 |
| 37 | +- Separate asset test and counter from `browser` project into its own examples: `asset-test` & `counter-react` |
| 38 | +- Replace Node Sass with Dart Sass ~1.64.2 for `counter-react` |
| 39 | +- Rewrite \*chan from `nodejs-ssr` project into its own `starchan` example |
| 40 | +- Upgrade `react-redux` to ^8.1.3 for `starchan` |
| 41 | +- Setup Redux Toolkit ^1.9.6 for `starchan` |
| 42 | +- Upgrade React Router to ^6.16.0 for `starchan` |
| 43 | +- Port `todolist-browser` project as `todo-list` example |
| 44 | +- Create new vanilla JavaScript starter for browsers: `basic-browser` |
| 45 | +- Create new vanilla JavaScript starter for desktops: `basic-electron` |
| 46 | +- Create new vanilla JavaScript starter for Node.js: `basic-node` |
| 47 | +- Create new Express + MongoDB starter: `express-mongo` |
| 48 | +- Create new React starter for browsers: `react-browser` |
| 49 | +- Create new React starter for desktops: `react-electron` |
| 50 | +- Create new React + Express + MongoDB server-side rendering starter: `react-express-mongo-ssr` |
| 51 | +- Create new desktop app example: `markdown-editor` |
| 52 | +- Create new Express + PostgreSQL example: `notes-api` |
0 commit comments