Skip to content

Commit 4be4a50

Browse files
committed
Update for v1.0.0 release
1 parent 027342d commit 4be4a50

29 files changed

+972
-2335
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
node_modules
22
.nyc_output
3+
dist
34
reports
45

56
# Logs

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: node_js
22
node_js:
3-
- node
43
- lts/*
54
cache:
65
directories:

.vscode/settings.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
{
2+
}

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44

55
[![Build Status](https://travis-ci.org/acmeframework/af-utilities.svg?branch=master)](https://travis-ci.org/acmeframework/af-utilities) [![Coverage Status](https://coveralls.io/repos/github/acmeframework/af-utilities/badge.svg?branch=master)](https://coveralls.io/github/acmeframework/af-utilities?branch=master)
66

7-
## Note: v0.1.0
7+
## Installation
88

9-
This is the initial release version. The code has been thoroughly tested with 100% coverage. However, the packaging is still under development so a NPM module has not been published.
9+
```bash
10+
npm install af-utilities
11+
```
1012

1113
## Description
1214

@@ -24,9 +26,15 @@ The af-utilities library provides utility classes and functions used throughout
2426

2527
## [Support Issues](https://github.com/acmeframework/af-utilities/issues)
2628

29+
## Release Notes
30+
31+
### v1.0.0 - Initial Release
32+
33+
This is the initial release version. The code has been thoroughly tested with 100% coverage.
34+
2735
## The MIT License
2836

29-
Copyright © 2018 Acme Framework
37+
Copyright © 2019 Acme Framework
3038

3139
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
3240

build/lib/index.d.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

build/lib/index.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

build/lib/index.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

build/lib/util/index.d.ts

Lines changed: 0 additions & 2 deletions
This file was deleted.

build/lib/util/index.js

Lines changed: 0 additions & 8 deletions
This file was deleted.

build/lib/util/index.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)