diff --git a/README.md b/README.md index 0dbcb7c..7bca635 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,11 @@ -[![Build Status](https://travis-ci.org/danschultequb/qub-typescript.svg?branch=master)](https://travis-ci.org/danschultequb/qub-typescript) -[![Coverage Status](https://coveralls.io/repos/github/danschultequb/qub-typescript/badge.svg?branch=AddCoverallsIntegration)](https://coveralls.io/github/danschultequb/qub-typescript?branch=AddCoverallsIntegration) -[![npm version](https://badge.fury.io/js/qub.svg)](https://badge.fury.io/js/qub) +[![Build Status](https://travis-ci.org/danschultequb/qub-typescript-vscode.svg?branch=master)](https://travis-ci.org/danschultequb/qub-typescript-vscode) +[![Coverage Status](https://coveralls.io/repos/github/danschultequb/qub-typescript-vscode/badge.svg?branch=master)](https://coveralls.io/github/danschultequb/qub-typescript-vscode?branch=master) +[![npm version](https://badge.fury.io/js/qub-vscode.svg)](https://badge.fury.io/js/qub-vscode) # Qub for Typescript -This repository contains a collection of classes and functions for Typescript and Javascript. +A collection of common data structures and functions that make creating Visual Studio Code extensions easier. ## Features -- Iterable and Iterator interfaces that add many additional functions (skip(), take(), map(), where(), etc.). -- Data structures that implement the Iterable and Iterator interfaces (ArrayList, Stack, Queue, Map, etc.). -- Common useful functions (escape(string), quote(string), repeat(string)). -- A Lexer for parsing strings. +- Mock implementations for Configuration, TextDocument, TextEditor, and TextDocumentChange. diff --git a/package.json b/package.json index 3e2662a..ff68690 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "qub-vscode", - "version": "1.0.1", + "version": "1.0.2", "description": "A collection of common data structures and functions that make creating Visual Studio Code extensions easier.", "main": "output/sources/Main", "typings": "output/sources/Main",