mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 13:09:21 +01:00
doc: add history entries for JSON modules stabilization
PR-URL: https://github.com/nodejs/node/pull/55855 Refs: https://github.com/nodejs/node/pull/55333 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Jacob Smith <jacob@frende.me>
This commit is contained in:
parent
b67986f57a
commit
a6d853c63b
@ -7,6 +7,11 @@
|
||||
<!-- YAML
|
||||
added: v8.5.0
|
||||
changes:
|
||||
- version:
|
||||
- v23.1.0
|
||||
- v18.20.5
|
||||
pr-url: https://github.com/nodejs/node/pull/55333
|
||||
description: Import attributes are no longer experimental.
|
||||
- version:
|
||||
- v21.0.0
|
||||
- v20.10.0
|
||||
@ -628,6 +633,15 @@ separate cache.
|
||||
|
||||
## JSON modules
|
||||
|
||||
<!-- YAML
|
||||
changes:
|
||||
- version:
|
||||
- v23.1.0
|
||||
- v18.20.5
|
||||
pr-url: https://github.com/nodejs/node/pull/55333
|
||||
description: JSON modules are no longer experimental.
|
||||
-->
|
||||
|
||||
> Stability: 2 - Stable
|
||||
|
||||
JSON files can be referenced by `import`:
|
||||
|
Loading…
Reference in New Issue
Block a user