From aafddf65b1d4f16ec988ffae725c77212a9f15c9 Mon Sep 17 00:00:00 2001 From: Luke Davies Date: Thu, 28 Feb 2019 23:58:37 +0000 Subject: [PATCH] v1.3.0 --- README.md | 6 +- docs/classes/lazy.html | 138 ++++++++++++++++----------------- docs/globals.html | 10 +-- docs/index.html | 6 +- docs/interfaces/igrouping.html | 4 +- package.json | 2 +- 6 files changed, 83 insertions(+), 83 deletions(-) diff --git a/README.md b/README.md index 69cfe65..b6d1910 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ This module is meant to provide memory-efficient lazy-evaluation iteration for i Use the following import: ```ts -import { Lazy } from 'https://deno.land/x/lazy@v1.2.0/mod.ts'; +import { Lazy } from 'https://deno.land/x/lazy@v1.3.0/mod.ts'; ``` Make sure the `@v{version}` tag is the correct one you want. I'd recommend against master, as it could change without notice & might be broken (although I will try not to break it). @@ -74,12 +74,12 @@ The `Lazy` class is the root of the module, all things come from it and are deri ```ts // Static method import. -import { Lazy } from 'https://deno.land/x/lazy@v1.2.0/mod.ts'; +import { Lazy } from 'https://deno.land/x/lazy@v1.3.0/mod.ts'; const iterable = Lazy.from([1, 2, 3, 4, 5]); // Direct function import. -import { from } from 'https://deno.land/x/lazy@v1.2.0/mod.ts'; +import { from } from 'https://deno.land/x/lazy@v1.3.0/mod.ts'; const iterable = from([1, 2, 3, 4, 5]); ``` diff --git a/docs/classes/lazy.html b/docs/classes/lazy.html index 4c34b79..72cddba 100644 --- a/docs/classes/lazy.html +++ b/docs/classes/lazy.html @@ -174,7 +174,7 @@

Abstract __@iterator

  • Returns Iterator<TElement>

    @@ -192,7 +192,7 @@

    aggregate

  • @@ -225,7 +225,7 @@

    Returns TElement<
  • @@ -277,7 +277,7 @@

    all

  • @@ -316,7 +316,7 @@

    any

  • @@ -338,7 +338,7 @@

    Returns boolean
    @@ -379,7 +379,7 @@

    append

  • @@ -415,7 +415,7 @@

    apply

  • @@ -478,7 +478,7 @@

    average

  • @@ -503,7 +503,7 @@

    Returns TElement
  • @@ -543,7 +543,7 @@

    concat

  • @@ -579,7 +579,7 @@

    contains

  • @@ -625,7 +625,7 @@

    count

  • @@ -646,7 +646,7 @@

    Returns number
    @@ -685,7 +685,7 @@

    defaultIfEmpty

  • @@ -722,7 +722,7 @@

    distinct

  • @@ -766,7 +766,7 @@

    elementAt

  • @@ -807,7 +807,7 @@

    elementAtOrDefault

  • @@ -852,7 +852,7 @@

    except

  • @@ -906,7 +906,7 @@

    first

  • @@ -928,7 +928,7 @@

    Returns TElement<
  • @@ -970,7 +970,7 @@

    firstOrDefault

  • @@ -999,7 +999,7 @@

    Returns TElement<
  • @@ -1045,7 +1045,7 @@

    forEach

  • @@ -1085,7 +1085,7 @@

    groupBy

  • @@ -1119,7 +1119,7 @@

    Returns
    @@ -1162,7 +1162,7 @@

    Returns
    @@ -1224,7 +1224,7 @@

    groupJoin

  • @@ -1295,7 +1295,7 @@

    intersect

  • @@ -1348,7 +1348,7 @@

    iterableEquals

  • @@ -1393,7 +1393,7 @@

    join

  • @@ -1464,7 +1464,7 @@

    last

  • @@ -1486,7 +1486,7 @@

    Returns TElement<
  • @@ -1527,7 +1527,7 @@

    lastOrDefault

  • @@ -1556,7 +1556,7 @@

    Returns TElement<
  • @@ -1602,7 +1602,7 @@

    max

  • @@ -1627,7 +1627,7 @@

    Returns TElement
  • @@ -1668,7 +1668,7 @@

    min

  • @@ -1693,7 +1693,7 @@

    Returns TElement
  • @@ -1733,7 +1733,7 @@

    orderBy

  • @@ -1784,7 +1784,7 @@

    orderByDecending

  • @@ -1835,7 +1835,7 @@

    prepend

  • @@ -1871,7 +1871,7 @@

    resolveAll

  • @@ -1900,7 +1900,7 @@

    reverse

  • @@ -1928,7 +1928,7 @@

    select

  • @@ -1970,7 +1970,7 @@

    selectMany

  • @@ -2014,7 +2014,7 @@

    single

  • @@ -2056,7 +2056,7 @@

    singleOrDefault

  • @@ -2102,7 +2102,7 @@

    skip

  • @@ -2139,7 +2139,7 @@

    skipLast

  • @@ -2176,7 +2176,7 @@

    skipWhile

  • @@ -2213,7 +2213,7 @@

    stringJoin

  • @@ -2258,7 +2258,7 @@

    sum

  • @@ -2280,7 +2280,7 @@

    Returns TElement
  • @@ -2320,7 +2320,7 @@

    take

  • @@ -2357,7 +2357,7 @@

    takeLast

  • @@ -2392,7 +2392,7 @@

    takeWhile

  • @@ -2429,7 +2429,7 @@

    toArray

  • @@ -2456,7 +2456,7 @@

    toJSON

  • @@ -2485,7 +2485,7 @@

    toMap

  • @@ -2538,7 +2538,7 @@

    union

  • @@ -2592,7 +2592,7 @@

    where

  • @@ -2625,7 +2625,7 @@

    Returns
    @@ -2662,7 +2662,7 @@

    zip

  • @@ -2698,7 +2698,7 @@

    Returns
    @@ -2752,7 +2752,7 @@

    Static empty

  • @@ -2781,7 +2781,7 @@

    Static from

  • @@ -2819,7 +2819,7 @@

    Static range

  • @@ -2867,7 +2867,7 @@

    Static repeat

  • diff --git a/docs/globals.html b/docs/globals.html index a109e51..d5a4e7e 100644 --- a/docs/globals.html +++ b/docs/globals.html @@ -230,7 +230,7 @@

    CombineFn

    CombineFn: function
    @@ -308,7 +308,7 @@

    IndexIsPredicate

    IndexIsPredicate: function
    @@ -348,7 +348,7 @@

    IndexMapFn

    IndexMapFn: function
    @@ -388,7 +388,7 @@

    IndexPredicate

    IndexPredicate: function
    @@ -463,7 +463,7 @@

    SortFn

    SortFn: function
    diff --git a/docs/index.html b/docs/index.html index 4a96f95..6751587 100644 --- a/docs/index.html +++ b/docs/index.html @@ -90,7 +90,7 @@

    Contents

    Installation

    Deno

    Use the following import:

    -
    import { Lazy } from 'https://deno.land/x/lazy@v1.2.0/mod.ts';
    +
    import { Lazy } from 'https://deno.land/x/lazy@v1.3.0/mod.ts';

    Make sure the @v{version} tag is the correct one you want. I'd recommend against master, as it could change without notice & might be broken (although I will try not to break it).

    Node

    The packge can be found here: https://www.npmjs.com/package/@luvies/lazy.

    @@ -111,12 +111,12 @@

    Overview

    function repeat<TElement>(element: TElement, count?: number): Lazy<TElement>;

    The Lazy class is the root of the module, all things come from it and are derived off it. To start using it, do something like the following:

    // Static method import.
    -import { Lazy } from 'https://deno.land/x/lazy@v1.2.0/mod.ts';
    +import { Lazy } from 'https://deno.land/x/lazy@v1.3.0/mod.ts';
     
     const iterable = Lazy.from([1, 2, 3, 4, 5]);
     
     // Direct function import.
    -import { from } from 'https://deno.land/x/lazy@v1.2.0/mod.ts';
    +import { from } from 'https://deno.land/x/lazy@v1.3.0/mod.ts';
     
     const iterable = from([1, 2, 3, 4, 5]);

    After you have done this, the full power of the module is available to play with.

    diff --git a/docs/interfaces/igrouping.html b/docs/interfaces/igrouping.html index c26420c..ef5147b 100644 --- a/docs/interfaces/igrouping.html +++ b/docs/interfaces/igrouping.html @@ -114,7 +114,7 @@

    elements

    elements: Iterable<TElement>
    @@ -124,7 +124,7 @@

    key

    key: TKey
    diff --git a/package.json b/package.json index 139f313..d27c3c3 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "1.2.0", + "version": "1.3.0", "description": "A linq-like lazy iteration module that aims to support deno, node & browser", "main": "dist/mod.js", "repository": "luvies/lazy",