Skip to content

Commit 4cfcddd

Browse files
committed
release
1 parent f66e2ca commit 4cfcddd

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# Array View for TypeScript and JavaScript
22

3+
[![npm](https://img.shields.io/npm/v/array-view.svg)](https://www.npmjs.com/package/array-view)
4+
[![npm](https://img.shields.io/npm/dm/array-view.svg?style=flat)](https://www.npmjs.com/package/array-view)
35
[![Coverage Status](https://coveralls.io/repos/github/Smoren/array-view-ts/badge.svg?branch=master&rand=123)](https://coveralls.io/github/Smoren/array-view-ts?branch=master)
46
![Build and test](https://github.com/Smoren/array-view-ts/actions/workflows/test.yml/badge.svg)
7+
[![Minified Size](https://badgen.net/bundlephobia/minzip/array-view)](https://bundlephobia.com/result?p=array-view)
58
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
69

7-
**Array View** is a TypeScript library that provides a powerful set of utility classes for working with arrays in
10+
**Array View** is a TypeScript library that provides a powerful set of utilities for working with arrays in
811
a versatile and efficient manner. These classes enable developers to create views of arrays, manipulate data with ease,
912
and select specific elements using index lists, masks, and slice parameters.
1013

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "array-view",
3-
"version": "0.1.0",
4-
"description": "TODO",
3+
"version": "0.1.1",
4+
"description": "Create array views for easy data manipulation, select elements using Python-like slice notation, enable efficient selection of elements using index lists and boolean masks.",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -40,7 +40,8 @@
4040
"slice",
4141
"array",
4242
"array-view",
43-
"selector"
43+
"selector",
44+
"python-like"
4445
],
4546
"devDependencies": {
4647
"@borderless/ts-scripts": "^0.13.6",

0 commit comments

Comments
 (0)