Removed random_string dependency

This commit is contained in:
Tobe O 2018-08-17 19:05:32 -04:00
parent 0cd7750a78
commit 32a85c97ef
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
# 1.1.5+2
* Removed `random_string` dependency.
# 1.1.5+1 # 1.1.5+1
* Patched annoying error that prevented MapServices from working, * Patched annoying error that prevented MapServices from working,
simply because `<dynamic, dynamic>` is incompatible with `<String, dynamic>`. simply because `<dynamic, dynamic>` is incompatible with `<String, dynamic>`.

View file

@ -1,5 +1,5 @@
name: angel_framework name: angel_framework
version: 1.1.5+1 version: 1.1.5+2
description: A high-powered HTTP server with DI, routing and more. description: A high-powered HTTP server with DI, routing and more.
author: Tobe O <thosakwe@gmail.com> author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/angel_framework homepage: https://github.com/angel-dart/angel_framework