0.4.0 (2022-03-06)
- add button role to double-clickable todo label (0a12ccd)
- only generate initial todos in development mode (fedaee4)
0.3.1 (2022-03-05)
- anchor the /api request (faaf285)
0.3.0 (2022-03-05)
- current client- and server-side mismatches (23aaea3)
- handle request exceptions in SSR props (e405bf3)
- simplifyWorldTimeAPI response with sparseType (0091f01)
- use HTTP 503 to indicate upstream issue (6ea2e83)
0.2.0 (2022-03-05)
- uses non-TLS endpoint for worldtimeapi (8a00335)
- add datetime attribute to CurrentTime tag (b289aad)
- extract DefaultProps (0e48b7d)
- provde client- and server-side query pages (79540af)
0.1.0 (2022-03-04)
- add spacing between locale selectors (7acff20)
- allow explicit null/undefined/empty strings as timezone arguments (66c59d4)
- correct active todo count (f5d91ed)
- correct deprecation warning about JSON import style (c81f214)
- correctly reset todo title after editing and save on blur (9396a3d)
- ensure new todo input is focused on load (df66af6)
- relocate layout page content to correct location (fe79280)
- remove errant semicolon (995c4db)
- remove unnecessary activeFilter typings (20e8e86)
- use correct href (2278d31)
- use double-quotes for JSON files (5a5bf5d)
- add a current-time API endpoint (46355db)
- add a CurrentTime display to the footer (16e8df7)
- add a Store model (c05ed39)
- add a StoreContext for the application (21cc70a)
- add a Todo model (b35c254)
- add an aria-label to the todo edit input (6dce68f)
- add API request timeout (08e71e4)
- add aria labels for complete and remove interactions (db15996)
- add hreflang, lang, and rel attributes to locale links (0441f2b)
- add initial TodoMVC layout and CSS (f783bfe)
- add pretty io-ts reporting to failures (09ba05c)
- add Spanish translations (cc893b0)
- autofocus the todo editor (d8254af)
- collect and persist new Todos (8375f7d)
- delete a todo when the title is cleared (50ed135)
- ESCAPE reverts active edits (bc0a0cb)
- fill out /api/current-time endpoint behavior (12da047)
- move Todo creation into Store (459cc53)
- move Todo creation into Store and add identifiers (216898c)
- remove generated Next.js index content and styles (50aed44)
- replace fetch with axios (6d164b2)
- set the static title in the layout (9836556)
- switch to immutable state (8a10a50)
- Remove jest and testing-library (a27596b)