Updated licenses

This commit is contained in:
thomashii 2021-09-12 11:21:17 +08:00
parent f7bec6fb1e
commit 67a81e4442
24 changed files with 57 additions and 24 deletions

View file

@ -1,5 +1,9 @@
# Change Log # Change Log
## 3.0.2
* Fixed license link
## 3.0.1 ## 3.0.1
* Updated README * Updated README

View file

@ -1,8 +1,8 @@
# Belatuk Code Buffer # Belatuk Code Buffer
[![version](https://img.shields.io/badge/pub-v3.0.1-brightgreen)](https://pub.dev/packages/belatuk_code_buffer) [![version](https://img.shields.io/badge/pub-v3.0.2-brightgreen)](https://pub.dev/packages/belatuk_code_buffer)
[![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)
[![License](https://img.shields.io/github/license/dart-backend/belatuk-common-utilities)](https://github.com/dart-backend/belatuk-common-utilities/packages/code_buffer/LICENSE) [![License](https://img.shields.io/github/license/dart-backend/belatuk-common-utilities)](https://github.com/dart-backend/belatuk-common-utilities/blob/main/packages/code_buffer/LICENSE)
**Replacement of `package:code_buffer` with breaking changes to support NNBD.** **Replacement of `package:code_buffer` with breaking changes to support NNBD.**

View file

@ -1,5 +1,5 @@
name: belatuk_code_buffer name: belatuk_code_buffer
version: 3.0.1 version: 3.0.2
description: An advanced StringBuffer geared toward generating code, and source maps. description: An advanced StringBuffer geared toward generating code, and source maps.
homepage: https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/code_buffer homepage: https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/code_buffer
environment: environment:

View file

@ -1,5 +1,9 @@
# Change Log # Change Log
## 3.0.1
* Fixed license link
## 3.0.0 ## 3.0.0
* Upgraded from `pendantic` to `lints` linter * Upgraded from `pendantic` to `lints` linter

View file

@ -1,8 +1,8 @@
# Belatuk Combinator # Belatuk Combinator
[![version](https://img.shields.io/badge/pub-v3.0.0-brightgreen)](https://pub.dev/packages/belatuk_combinator) [![version](https://img.shields.io/badge/pub-v3.0.1-brightgreen)](https://pub.dev/packages/belatuk_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)
[![License](https://img.shields.io/github/license/dart-backend/belatuk-common-utilities)](https://github.com/dart-backend/belatuk-common-utilities/packages/combinator/LICENSE) [![License](https://img.shields.io/github/license/dart-backend/belatuk-common-utilities)](https://github.com/dart-backend/belatuk-common-utilities/blob/main/packages/combinator/LICENSE)
**Replacement of `package:combinator` with breaking changes to support NNBD.** **Replacement of `package:combinator` with breaking changes to support NNBD.**

View file

@ -1,5 +1,5 @@
name: belatuk_combinator name: belatuk_combinator
version: 3.0.0 version: 3.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/dart-backend/belatuk-common-utilities/tree/main/packages/combinator homepage: https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/combinator
environment: environment:

View file

@ -1,5 +1,9 @@
# Change Log # Change Log
## 3.0.2
* Fixed license link
## 3.0.1 ## 3.0.1
* Update broken link in pubspec * Update broken link in pubspec

View file

@ -1,8 +1,8 @@
# Betaluk Html Builder # Betaluk Html Builder
[![version](https://img.shields.io/badge/pub-v3.0.1-brightgreen)](https://pub.dev/packages/belatuk_html_builder) [![version](https://img.shields.io/badge/pub-v3.0.2-brightgreen)](https://pub.dev/packages/belatuk_html_builder)
[![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)
[![License](https://img.shields.io/github/license/dart-backend/belatuk-common-utilities)](https://github.com/dart-backend/belatuk-common-utilities/packages/html_builder/LICENSE) [![License](https://img.shields.io/github/license/dart-backend/belatuk-common-utilities)](https://github.com/dart-backend/belatuk-common-utilities/blob/main/packages/html_builder/LICENSE)
**Replacement of `package:html_builder` with breaking changes to support NNBD.** **Replacement of `package:html_builder` with breaking changes to support NNBD.**

View file

@ -1,6 +1,6 @@
name: belatuk_html_builder name: belatuk_html_builder
version: 3.0.2
description: Build HTML AST's and render them to HTML. This can be used as an internal DSL, i.e. for a templating engine. description: Build HTML AST's and render them to HTML. This can be used as an internal DSL, i.e. for a templating engine.
version: 3.0.1
homepage: https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/html_builder homepage: https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/html_builder
environment: environment:
sdk: '>=2.12.0 <3.0.0' sdk: '>=2.12.0 <3.0.0'

View file

@ -1,5 +1,9 @@
# Change Log # Change Log
## 3.0.2
* Fixed license link
## 3.0.1 ## 3.0.1
* Updated README * Updated README

View file

@ -1,8 +1,8 @@
# Belatuk Merge Map # Belatuk Merge Map
[![version](https://img.shields.io/badge/pub-v3.0.1-brightgreen)](https://pub.dev/packages/belatuk_merge_map) [![version](https://img.shields.io/badge/pub-v3.0.2-brightgreen)](https://pub.dev/packages/belatuk_merge_map)
[![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)
[![License](https://img.shields.io/github/license/dart-backend/belatuk-common-utilities)](https://github.com/dart-backend/belatuk-common-utilities/packages/merge_map/LICENSE) [![License](https://img.shields.io/github/license/dart-backend/belatuk-common-utilities)](https://github.com/dart-backend/belatuk-common-utilities/blob/main/packages/merge_map/LICENSE)
**Replacement of `package:merge_map` with breaking changes to support NNBD.** **Replacement of `package:merge_map` with breaking changes to support NNBD.**

View file

@ -1,5 +1,5 @@
name: belatuk_merge_map name: belatuk_merge_map
version: 3.0.1 version: 3.0.2
description: Combine multiple Maps into one. Equivalent to Object.assign in JS. description: Combine multiple Maps into one. Equivalent to Object.assign in JS.
homepage: https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/merge_map homepage: https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/merge_map
environment: environment:

View file

@ -1,5 +1,9 @@
# Change Log # Change Log
## 4.0.3
* Fixed license link
## 4.0.2 ## 4.0.2
* Updated README * Updated README

View file

@ -1,8 +1,8 @@
# Belatuk Pub Sub # Belatuk Pub Sub
[![version](https://img.shields.io/badge/pub-v4.0.2-brightgreen)](https://pub.dev/packages/belatuk_pub_sub) [![version](https://img.shields.io/badge/pub-v4.0.3-brightgreen)](https://pub.dev/packages/belatuk_pub_sub)
[![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)
[![License](https://img.shields.io/github/license/dart-backend/belatuk-common-utilities)](https://github.com/dart-backend/belatuk-common-utilities/packages/pub_sub/LICENSE) [![License](https://img.shields.io/github/license/dart-backend/belatuk-common-utilities)](https://github.com/dart-backend/belatuk-common-utilities/blob/main/packages/pub_sub/LICENSE)
**Replacement of `package:pub_sub` with breaking changes to support NNBD.** **Replacement of `package:pub_sub` with breaking changes to support NNBD.**

View file

@ -1,5 +1,5 @@
name: belatuk_pub_sub name: belatuk_pub_sub
version: 4.0.2 version: 4.0.3
description: Keep application instances in sync with a simple pub/sub API. description: Keep application instances in sync with a simple pub/sub API.
homepage: https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/pub_sub homepage: https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/pub_sub
environment: environment:

View file

@ -1,5 +1,9 @@
# Change Log # Change Log
## 4.0.1
* Fixed license link
## 4.0.0 ## 4.0.0
* Upgraded from `pendantic` to `lints` linter * Upgraded from `pendantic` to `lints` linter

View file

@ -1,8 +1,8 @@
# Belatuk Range Header # Belatuk Range Header
[![version](https://img.shields.io/badge/pub-v4.0.0-brightgreen)](https://pub.dev/packages/belatuk_range_header) [![version](https://img.shields.io/badge/pub-v4.0.1-brightgreen)](https://pub.dev/packages/belatuk_range_header)
[![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)
[![License](https://img.shields.io/github/license/dart-backend/belatuk-common-utilities)](https://github.com/dart-backend/belatuk-common-utilities/packages/range_header/LICENSE) [![License](https://img.shields.io/github/license/dart-backend/belatuk-common-utilities)](https://github.com/dart-backend/belatuk-common-utilities/blob/main/packages/range_header/LICENSE)
**Replacement of `package:range_header` with breaking changes to support NNBD.** **Replacement of `package:range_header` with breaking changes to support NNBD.**

View file

@ -1,5 +1,5 @@
name: belatuk_range_header name: belatuk_range_header
version: 4.0.0 version: 4.0.1
description: Range header parser for Dart. Beyond parsing, a stream transformer is included. description: Range header parser for Dart. Beyond parsing, a stream transformer is included.
homepage: https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/range_header homepage: https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/range_header
environment: environment:

View file

@ -1,5 +1,9 @@
# Change Log # Change Log
## 3.0.1
* Fixed license link
## 3.0.0 ## 3.0.0
* Upgraded from `pendantic` to `lints` linter * Upgraded from `pendantic` to `lints` linter

View file

@ -2,7 +2,7 @@
[![version](https://img.shields.io/badge/pub-v3.0.1-brightgreen)](https://pub.dev/packages/belatuk_symbol_table) [![version](https://img.shields.io/badge/pub-v3.0.1-brightgreen)](https://pub.dev/packages/belatuk_symbol_table)
[![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)
[![License](https://img.shields.io/github/license/dart-backend/belatuk-common-utilities)](https://github.com/dart-backend/belatuk-common-utilities/packages/symbol_table/LICENSE) [![License](https://img.shields.io/github/license/dart-backend/belatuk-common-utilities)](https://github.com/dart-backend/belatuk-common-utilities/blob/main/packages/symbol_table/LICENSE)
**Replacement of `package:symbol_table` with breaking changes to support NNBD.** **Replacement of `package:symbol_table` with breaking changes to support NNBD.**

View file

@ -1,5 +1,5 @@
name: belatuk_symbol_table name: belatuk_symbol_table
version: 3.0.0 version: 3.0.1
description: A generic symbol table implementation in Dart, with support for scopes and constants. description: A generic symbol table implementation in Dart, with support for scopes and constants.
homepage: https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/symbol_table homepage: https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/symbol_table
environment: environment:

View file

@ -1,9 +1,14 @@
# Change Log # Change Log
## 3.0.2 ## 3.1.0
* Fixed license link
* Upgraded from `pendantic` to `lints` linter * Upgraded from `pendantic` to `lints` linter
* Fixed linter warnings * Fixed linter warnings
## 3.0.2
* Updated repository links
## 3.0.1 ## 3.0.1

View file

@ -1,8 +1,8 @@
# User Agent Analyzer # User Agent Analyzer
[![version](https://img.shields.io/badge/pub-v3.0.2-brightgreen)](https://pub.dev/packages/user_agent_analyzer) [![version](https://img.shields.io/badge/pub-v3.1.0-brightgreen)](https://pub.dev/packages/user_agent_analyzer)
[![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)
[![License](https://img.shields.io/github/license/dart-backend/belatuk-common-utilities)](https://github.com/dart-backend/belatuk-common-utilities/packages/user_agent/LICENSE) [![License](https://img.shields.io/github/license/dart-backend/belatuk-common-utilities)](https://github.com/dart-backend/belatuk-common-utilities/blob/main/packages/user_agent/LICENSE)
**Replacement of `package:user_agent` with breaking changes to support NNBD.** **Replacement of `package:user_agent` with breaking changes to support NNBD.**

View file

@ -1,5 +1,5 @@
name: user_agent_analyzer name: user_agent_analyzer
version: 3.0.2 version: 3.1.0
description: A library to identify the type of devices and web browsers based on User-Agent string. description: A library to identify the type of devices and web browsers based on User-Agent string.
homepage: https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/user_agent homepage: https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/user_agent
environment: environment: