Updated combinator
This commit is contained in:
parent
3467f63fa6
commit
b3a32dfeb6
3 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
# 2.0.1
|
||||||
|
* Updated README
|
||||||
# 2.0.0
|
# 2.0.0
|
||||||
* Migrated to support Dart SDK 2.12.x NNBD
|
* Migrated to support Dart SDK 2.12.x NNBD
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# angel3_combinator
|
# angel3_combinator
|
||||||
[![version](https://img.shields.io/badge/pub-v2.12.4-brightgreen)](https://pub.dartlang.org/packages/angel3_combinator)
|
[![version](https://img.shields.io/badge/pub-v2.0.1-brightgreen)](https://pub.dartlang.org/packages/angel3_combinator)
|
||||||
[![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety)
|
[![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety)
|
||||||
|
[![Gitter](https://img.shields.io/gitter/room/angel_dart/discussion)](https://gitter.im/angel_dart/discussion)
|
||||||
|
|
||||||
[![License](https://img.shields.io/github/license/dukefirehawk/angel)](https://github.com/dukefirehawk/angel/tree/angel3/packages/combinator/LICENSE)
|
[![License](https://img.shields.io/github/license/dukefirehawk/angel)](https://github.com/dukefirehawk/angel/tree/angel3/packages/combinator/LICENSE)
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: angel3_combinator
|
name: angel3_combinator
|
||||||
version: 2.0.0
|
version: 2.0.1
|
||||||
description: Packrat parser combinators that support static typing, generics, file spans, memoization, and more.
|
description: Packrat parser combinators that support static typing, generics, file spans, memoization, and more.
|
||||||
homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/combinator
|
homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/combinator
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue