File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 11# https://hub.docker.com/_/dart
2- image : dart:beta
2+ image : dart:latest
33
44variables :
55 PUB_VARS : " --platform vm --timeout 30s --concurrency=6 --test-randomize-ordering-seed=random --reporter=json"
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## 0.1.0 --- 2022-05-12
8+
9+ ### Changed
10+ - Updated Dart SDK to stable version of 2.17.
11+ - Moved package out of pre-release status.
12+
713## 0.1.0-pre2 --- 2022-05-09
814
915### Fixed
Original file line number Diff line number Diff line change @@ -26,9 +26,6 @@ is *out of scope* for this library.
2626
2727## Getting started
2828
29- ** Note that this package is currently in pre-release, mainly because we depend
30- on Dart 2.17.0, which is still in Beta at the time of writing.**
31-
3229All you need to do to get started is to add this package to your ` pubspec.yaml ` .
3330You can then import it using ` import 'package:dcaf/dcaf.dart ` .
3431
Original file line number Diff line number Diff line change 11name : dcaf
22description : An implementation of the ACE-OAuth framework, intended for OAuth clients. Its main feature is CBOR-(de-)serializable data models.
3- version : 0.1.0-pre2
3+ version : 0.1.0
44repository : https://github.com/namib-project/dart_dcaf
55
66environment :
7- sdk : ' >=2.17.0-0 <3.0.0'
7+ sdk : ' >=2.17.0 <3.0.0'
88
99dependencies :
1010 cbor : ^5.0.1
You can’t perform that action at this time.
0 commit comments