Skip to content

Commit d096a39

Browse files
authored
Prepare to release v4.1.0 of json_serializable (#844)
1 parent 7f2784b commit d096a39

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

json_serializable/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 4.1.0-dev
1+
## 4.1.0
22

33
- Implementation is now null-safe.
44
- Correctly handle nullable generic fields (`T?`) with

json_serializable/pubspec.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
name: json_serializable
2-
version: 4.1.0-dev
2+
version: 4.1.0
33
description: >-
44
Automatically generate code for converting to and from JSON by annotating
55
Dart classes.
66
repository: https://github.com/google/json_serializable.dart/tree/master/json_serializable
77
environment:
8-
# Keeping this <2.12.0 because the code is not null safe – yet!
9-
# https://github.com/google/json_serializable.dart/issues/821
108
sdk: '>=2.12.0 <3.0.0'
119

1210
dependencies:
@@ -17,8 +15,6 @@ dependencies:
1715

1816
# Use a tight version constraint to ensure that a constraint on
1917
# `json_annotation` properly constrains all features it provides.
20-
# For v3 only – allow a wide range since the only change was to REMOVE things
21-
# from json_annotation
2218
json_annotation: '>=4.0.1 <4.1.0'
2319
meta: ^1.3.0
2420
path: ^1.8.0
@@ -34,7 +30,3 @@ dev_dependencies:
3430
stack_trace: ^1.10.0
3531
test: ^1.16.0
3632
yaml: ^3.0.0
37-
38-
dependency_overrides:
39-
json_annotation:
40-
path: ../json_annotation

0 commit comments

Comments
 (0)