-
Notifications
You must be signed in to change notification settings - Fork 42
Comparing changes
Open a pull request
base repository: knowledgecode/date-and-time
base: v4.1.2
head repository: knowledgecode/date-and-time
compare: v4.2.0
- 8 commits
- 27 files changed
- 2 contributors
Commits on Jan 7, 2026
-
Bump preact from 10.27.1 to 10.28.2
Bumps [preact](https://github.com/preactjs/preact) from 10.27.1 to 10.28.2. - [Release notes](https://github.com/preactjs/preact/releases) - [Commits](preactjs/preact@10.27.1...10.28.2) --- updated-dependencies: - dependency-name: preact dependency-version: 10.28.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for ca5d789 - Browse repository at this point
Copy the full SHA ca5d789View commit details
Commits on Jan 8, 2026
-
Merge pull request #115 from knowledgecode/dependabot/npm_and_yarn/pr…
…eact-10.28.2 Bump preact from 10.27.1 to 10.28.2
Configuration menu - View commit details
-
Copy full SHA for fd6d116 - Browse repository at this point
Copy the full SHA fd6d116View commit details
Commits on Jan 18, 2026
-
Refactor: Separate TimeZone type definition into zone.ts
Move TimeZone interface and helper functions from timezone.ts to a new zone.ts file to improve code organization and prepare for adding consolidated timezone imports feature. This change does not affect the external API or functionality.
Configuration menu - View commit details
-
Copy full SHA for c3fe151 - Browse repository at this point
Copy the full SHA c3fe151View commit details -
Feat: Add consolidated timezone imports and IANA timezone name string…
… support Add two new ways to use timezones: 1. Consolidated imports: Import multiple timezones from a single module import { Tokyo, New_York } from 'date-and-time/timezone'; 2. IANA timezone name strings: Use timezone names directly in format() format(date, 'YYYY-MM-DD HH:mm', { timeZone: 'Asia/Tokyo' }); The tools/timezone.ts script now generates both individual timezone files and an integrated timezone.ts file for consolidated imports. Note: The parse() function does not support IANA name strings, only TimeZone objects and the "UTC" string.Configuration menu - View commit details
-
Copy full SHA for 69b896e - Browse repository at this point
Copy the full SHA 69b896eView commit details -
Test: Add tests for new timezone features
Add comprehensive tests for: - Consolidated timezone imports from 'date-and-time/timezone' - IANA timezone name string support in format() - Ensure both import methods produce identical results
Configuration menu - View commit details
-
Copy full SHA for ea5c6d7 - Browse repository at this point
Copy the full SHA ea5c6d7View commit details -
Docs: Update documentation for new timezone features
Update all documentation to explain the three methods for specifying timezones: 1. Individual imports (date-and-time/timezones/Asia/Tokyo) 2. Consolidated imports (date-and-time/timezone) 3. IANA timezone name strings (format only) Add migration guide for v4.2.0 with detailed examples and usage notes.
Configuration menu - View commit details
-
Copy full SHA for 0c79694 - Browse repository at this point
Copy the full SHA 0c79694View commit details -
Chore: Bump version to 4.2.0 and update dependencies
Update version to 4.2.0 to reflect new timezone features. Update development dependencies to their latest versions.
Configuration menu - View commit details
-
Copy full SHA for 7b1c703 - Browse repository at this point
Copy the full SHA 7b1c703View commit details -
Merge pull request #116 from knowledgecode/develop
v4.2.0: Add timezone features and improve code organization
Configuration menu - View commit details
-
Copy full SHA for c54dc6e - Browse repository at this point
Copy the full SHA c54dc6eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.1.2...v4.2.0