Sourced from chrono's releases.
0.4.39
What's Changed
- #1577: Changed years_since documentation to match its implementation by
@Taxalo
in chronotope/chrono#1578- Remove obsolete weird feature guard by
@djc
in chronotope/chrono#1582- Fix format::strftime docs link by
@frederikhors
in chronotope/chrono#1581- Fix micros (optional) limit in and_hms_micro_opt by
@qrilka
in chronotope/chrono#1584- Update windows-bindgen requirement from 0.56 to 0.57 by
@dependabot
in chronotope/chrono#1589- native/date: Improve DelayedFormat doc re Panics by
@behnam-oneschema
in chronotope/chrono#1590- Fix typo in rustdoc of
from_timestamp_nanos()
by@sgoll
in chronotope/chrono#1591- Update windows-bindgen requirement from 0.57 to 0.58 by
@dependabot
in chronotope/chrono#1594- docs: document century cutoff for %y by
@MarcoGorelli
in chronotope/chrono#1598- Checked
NaiveWeek
methods by@bragov4ik
in chronotope/chrono#1600- Impl serde::Serialize and serde::Deserialize for TimeDelta by
@Awpteamoose
in chronotope/chrono#1599- Derive
PartialEq
,Eq
,Hash
,Copy
andClone
onNaiveWeek
by@DSeeLP
in chronotope/chrono#1618- Support ohos tzdata since ver.oh35 by
@MirageLyu
in chronotope/chrono#1613- Use Formatter::pad (instead of write_str) for Weekdays by
@horazont
in chronotope/chrono#1621- Fix typos by
@szepeviktor
in chronotope/chrono#1623- Fix comment. by
@khuey
in chronotope/chrono#1624- chore: add
#[inline]
tonum_days
by@CommanderStorm
in chronotope/chrono#1627- fix typo by
@futreall
in chronotope/chrono#1633- Update mod.rs by
@donatik27
in chronotope/chrono#1638
8b86349
Bump version to 0.4.3933aaebf
Update mod.rs65c47f3
Update CHANGELOG.mdca8232f
Update licenses for unicode-ident 1.0.141456fa0
Apply suggestions from clippy 1.831c7567b
Bump codecov/codecov-action from 4 to 5f9ffd6f
add #[inline]
to num_days
7974c60
Fix comment.77d50b1
Fix typos771c047
Use Formatter::pad (instead of write_str) for WeekdaysSourced from cc's releases.
cc-v1.2.3
Other
- Improve detection of environment when compiling from msbuild or msvc (#1310)
- Better error message when failing on unknown targets (#1313)
- Optimize RustcCodegenFlags (#1305)
cc-v1.2.2
Other
- Inherit flags from rustc (#1279)
- Add support for using sccache wrapper with cuda/nvcc (#1304)
- Fix msvc stdout not shown on error (#1303)
- Regenerate target info (#1301)
- Fix compilation of C++ code for armv7-unknown-linux-gnueabihf (#1298)
- Fetch target info from Cargo even if
Build::target
is manually set (#1299)- Fix two files with different extensions having the same object name (#1295)
- Allow disabling cc's ability to compile via env var CC_FORCE_DISABLE (#1292)
- Regenerate target info (#1293)
cc-v1.2.1
Other
- When invoking
cl -?
, set stdin to null (#1288)cc-v1.2.0
Added
- add i686-pc-windows-gnullvm prefix detection (#1283)
Other
cc-v1.1.37
Other
cc-v1.1.36
Other
- Fix CUDA build with clang++. (#1273)
cc-v1.1.35
Other
- Remove support for FRC (#1268)
... (truncated)
Sourced from cc's changelog.
1.2.3 - 2024-12-06
Other
- Improve detection of environment when compiling from msbuild or msvc (#1310)
- Better error message when failing on unknown targets (#1313)
- Optimize RustcCodegenFlags (#1305)
1.2.2 - 2024-11-29
Other
- Inherit flags from rustc (#1279)
- Add support for using sccache wrapper with cuda/nvcc (#1304)
- Fix msvc stdout not shown on error (#1303)
- Regenerate target info (#1301)
- Fix compilation of C++ code for armv7-unknown-linux-gnueabihf (#1298)
- Fetch target info from Cargo even if
Build::target
is manually set (#1299)- Fix two files with different extensions having the same object name (#1295)
- Allow disabling cc's ability to compile via env var CC_FORCE_DISABLE (#1292)
- Regenerate target info (#1293)
1.2.1 - 2024-11-14
Other
- When invoking
cl -?
, set stdin to null (#1288)1.2.0 - 2024-11-11
Added
- add i686-pc-windows-gnullvm prefix detection (#1283)
Other
1.1.37 - 2024-11-08
Other
1.1.36 - 2024-11-05
Other
... (truncated)
1d96c83
chore: release v1.2.3 (#1316)7a263cf
Enable manual-run of release-pr.yml (#1318)ec73df9
Improve detection of environment when compiling from msbuild or msvc (#1310)b62d8c7
Better error message when failing on unknown targets (#1313)75973f4
Optimize RustcCodegenFlags (#1305)5daf14e
chore: release v1.2.2 (#1306)afb6d60
build: Inherit flags from rustc (#1279)4f312e3
Add support for using sccache wrapper with cuda/nvcc (#1304)f770d56
Fix msvc stdout not shown on error (#1303)1eefa74
CI: Avoid running scheduled jobs on forks (#1302)665d2c8
Bump version number to 0.1.61edac495
Merge pull request #139
from Kijewski/pr-dependabot-github-actions8e1d485
Let dependabot monitor ci dependencies in ci actions8c5197b
CI: use actions-setup-node@v4 and node 20 (#138)727bae1
CI: use actions/checkout@v4 (#137)1e74e53
Merge pull request #130
from sevenc-nanashi/fix/wasm32-unknown-emscripteneb6e1a8
Merge branch 'main' into fix/wasm32-unknown-emscripten6c2dedf
Merge pull request #134
from workingjubilee/dep-wasm-bindgen-0.2.89f1d7f73
ci: allow duplicated cfg-if
crate (#135)225c4c0
Depend on wasm-bindgen 0.2.89 or higherSourced from wasm-bindgen's changelog.
0.2.99
Released 2024-12-07
Fixed
- Mark
wasm-bindgen
v0.2.98 only compatible withwasm-bindgen-cli
of the same version. #4331
0.2.98
Released 2024-12-07
Added
Add support for multi-threading in Node.js. #4318
Add
WASM_BINDGEN_TEST_DRIVER_TIMEOUT
environment variable to control the timeout to start and connect to the test driver. #4320Add support for number slices of type
MaybeUninit<T>
. #4316Changed
Remove
once_cell/critical-section
requirement forno_std
with atomics. #4322
static FOO: Option<T>
now returnsNone
if undeclared in JS instead of throwing an error in JS. #4319Fixed
Fix macro-hygiene for calls to
std::thread_local!
. #4315Fix feature resolver version 1 compatibility. #4327
0.2.97
Released 2024-11-30
Fixed
... (truncated)
04ca6f3
Prepare v0.2.99 release (#4331)dae7bc2
Prepare v0.2.98 release (#4330)04edcff
Remove dead code (#4300)8fe5bf1
Add support for number slices of type MaybeUninit\<T>
(#4316)f90ebda
Re-establish feature resolver version 1 compatibility (#4327)e021ba4
Add WASM_BINDGEN_TEST_DRIVER_TIMEOUT
(#4320)14acd7d
Move walrus/parallel
to
wasm-bindgen-cli-support
(#4321)0a02046
Improved contributing docs in web-sys
README (#4302)89f2af8
Support undefined
static imports with Option
(#4319)4e77a61
Remove critical-section
requirement for no_std
with atomics (#4322)Sourced from wasm-bindgen-backend's changelog.
0.2.99
Released 2024-12-07
Fixed
- Mark
wasm-bindgen
v0.2.98 only compatible withwasm-bindgen-cli
of the same version. #4331
0.2.98
Released 2024-12-07
Added
Add support for multi-threading in Node.js. #4318
Add
WASM_BINDGEN_TEST_DRIVER_TIMEOUT
environment variable to control the timeout to start and connect to the test driver. #4320Add support for number slices of type
MaybeUninit<T>
. #4316Changed
Remove
once_cell/critical-section
requirement forno_std
with atomics. #4322
static FOO: Option<T>
now returnsNone
if undeclared in JS instead of throwing an error in JS. #4319Fixed
Fix macro-hygiene for calls to
std::thread_local!
. #4315Fix feature resolver version 1 compatibility. #4327
0.2.97
Released 2024-11-30
Fixed
... (truncated)
04ca6f3
Prepare v0.2.99 release (#4331)dae7bc2
Prepare v0.2.98 release (#4330)04edcff
Remove dead code (#4300)8fe5bf1
Add support for number slices of type MaybeUninit\<T>
(#4316)f90ebda
Re-establish feature resolver version 1 compatibility (#4327)e021ba4
Add WASM_BINDGEN_TEST_DRIVER_TIMEOUT
(#4320)14acd7d
Move walrus/parallel
to
wasm-bindgen-cli-support
(#4321)0a02046
Improved contributing docs in web-sys
README (#4302)89f2af8
Support undefined
static imports with Option
(#4319)4e77a61
Remove critical-section
requirement for no_std
with atomics (#4322)Sourced from wasm-bindgen-macro's changelog.
0.2.99
Released 2024-12-07
Fixed
- Mark
wasm-bindgen
v0.2.98 only compatible withwasm-bindgen-cli
of the same version. #4331
0.2.98
Released 2024-12-07
Added
Add support for multi-threading in Node.js. #4318
Add
WASM_BINDGEN_TEST_DRIVER_TIMEOUT
environment variable to control the timeout to start and connect to the test driver. #4320Add support for number slices of type
MaybeUninit<T>
. #4316Changed
Remove
once_cell/critical-section
requirement forno_std
with atomics. #4322
static FOO: Option<T>
now returnsNone
if undeclared in JS instead of throwing an error in JS. #4319Fixed
Fix macro-hygiene for calls to
std::thread_local!
. #4315Fix feature resolver version 1 compatibility. #4327
0.2.97
Released 2024-11-30
Fixed
... (truncated)
04ca6f3
Prepare v0.2.99 release (#4331)dae7bc2
Prepare v0.2.98 release (#4330)04edcff
Remove dead code (#4300)8fe5bf1
Add support for number slices of type MaybeUninit\<T>
(#4316)f90ebda
Re-establish feature resolver version 1 compatibility (#4327)e021ba4
Add WASM_BINDGEN_TEST_DRIVER_TIMEOUT
(#4320)14acd7d
Move walrus/parallel
to
wasm-bindgen-cli-support
(#4321)0a02046
Improved contributing docs in web-sys
README (#4302)89f2af8
Support undefined
static imports with Option
(#4319)4e77a61
Remove critical-section
requirement for no_std
with atomics (#4322)Sourced from wasm-bindgen-macro-support's changelog.
0.2.99
Released 2024-12-07
Fixed
- Mark
wasm-bindgen
v0.2.98 only compatible withwasm-bindgen-cli
of the same version. #4331
0.2.98
Released 2024-12-07
Added
Add support for multi-threading in Node.js. #4318
Add
WASM_BINDGEN_TEST_DRIVER_TIMEOUT
environment variable to control the timeout to start and connect to the test driver. #4320Add support for number slices of type
MaybeUninit<T>
. #4316Changed
Remove
once_cell/critical-section
requirement forno_std
with atomics. #4322
static FOO: Option<T>
now returnsNone
if undeclared in JS instead of throwing an error in JS. #4319Fixed
Fix macro-hygiene for calls to
std::thread_local!
. #4315Fix feature resolver version 1 compatibility. #4327
0.2.97
Released 2024-11-30
Fixed
... (truncated)
04ca6f3
Prepare v0.2.99 release (#4331)dae7bc2
Prepare v0.2.98 release (#4330)04edcff
Remove dead code (#4300)8fe5bf1
Add support for number slices of type MaybeUninit\<T>
(#4316)f90ebda
Re-establish feature resolver version 1 compatibility (#4327)e021ba4
Add WASM_BINDGEN_TEST_DRIVER_TIMEOUT
(#4320)14acd7d
Move walrus/parallel
to
wasm-bindgen-cli-support
(#4321)0a02046
Improved contributing docs in web-sys
README (#4302)89f2af8
Support undefined
static imports with Option
(#4319)4e77a61
Remove critical-section
requirement for no_std
with atomics (#4322)Sourced from wasm-bindgen-shared's changelog.
0.2.99
Released 2024-12-07
Fixed
- Mark
wasm-bindgen
v0.2.98 only compatible withwasm-bindgen-cli
of the same version. #4331
0.2.98
Released 2024-12-07
Added
Add support for multi-threading in Node.js. #4318
Add
WASM_BINDGEN_TEST_DRIVER_TIMEOUT
environment variable to control the timeout to start and connect to the test driver. #4320Add support for number slices of type
MaybeUninit<T>
. #4316Changed
Remove
once_cell/critical-section
requirement forno_std
with atomics. #4322
static FOO: Option<T>
now returnsNone
if undeclared in JS instead of throwing an error in JS. #4319Fixed
Fix macro-hygiene for calls to
std::thread_local!
. #4315Fix feature resolver version 1 compatibility. #4327
0.2.97
Released 2024-11-30
Fixed
... (truncated)
04ca6f3
Prepare v0.2.99 release (#4331)dae7bc2
Prepare v0.2.98 release (#4330)04edcff
Remove dead code (#4300)8fe5bf1
Add support for number slices of type MaybeUninit\<T>
(#4316)f90ebda
Re-establish feature resolver version 1 compatibility (#4327)e021ba4
Add WASM_BINDGEN_TEST_DRIVER_TIMEOUT
(#4320)14acd7d
Move walrus/parallel
to
wasm-bindgen-cli-support
(#4321)0a02046
Improved contributing docs in web-sys
README (#4302)89f2af8
Support undefined
static imports with Option
(#4319)4e77a61
Remove critical-section
requirement for no_std
with atomics (#4322)