Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fknop/angular-pipes
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ngx-builders/angular-pipes
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 9 commits
  • 5 files changed
  • 1 contributor

Commits on Jan 26, 2022

  1. add cli"

    santoshyadavdev committed Jan 26, 2022
    Copy the full SHA
    85c03b1 View commit details
  2. update to v8

    santoshyadavdev committed Jan 26, 2022
    Copy the full SHA
    f460d89 View commit details
  3. update to v9

    santoshyadavdev committed Jan 26, 2022
    Copy the full SHA
    aa65708 View commit details
  4. update to v10

    santoshyadavdev committed Jan 26, 2022
    Copy the full SHA
    52a431b View commit details
  5. update to v11

    santoshyadavdev committed Jan 26, 2022
    Copy the full SHA
    2bd05eb View commit details
  6. update to v12

    santoshyadavdev committed Jan 26, 2022
    Copy the full SHA
    cdd885d View commit details
  7. Copy the full SHA
    779d980 View commit details
  8. update readme

    santoshyadavdev committed Jan 26, 2022
    Copy the full SHA
    4db130d View commit details
  9. Copy the full SHA
    6336bab View commit details
Showing with 40 additions and 53 deletions.
  1. +0 −16 .travis.yml
  2. +4 −6 README.md
  3. +2 −2 karma.conf.js
  4. +27 −25 package.json
  5. +7 −4 tsconfig.json
16 changes: 0 additions & 16 deletions .travis.yml

This file was deleted.

10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
[![NPM Version](https://img.shields.io/npm/v/angular-pipes.svg)](https://npmjs.org/package/angular-pipes)
[![Build Status](https://travis-ci.org/fknop/angular-pipes.svg?branch=master)](https://travis-ci.org/fknop/angular-pipes)
[![Coverage Status](https://coveralls.io/repos/github/fknop/angular-pipes/badge.svg?branch=master)](https://coveralls.io/github/fknop/angular-pipes?branch=master)
[![Downloads](https://img.shields.io/npm/dt/angular-pipes.svg)](https://npmjs.org/package/angular-pipes)
[![Downloads](https://img.shields.io/npm/dm/angular-pipes.svg)](https://npmjs.org/package/angular-pipes)
[![NPM Version](https://img.shields.io/npm/v/ngx2-pipes.svg)](https://www.npmjs.com/package/ngx2-pipes)
[![Downloads](https://img.shields.io/npm/dm/ngx2-pipes.svg)](https://npmjs.org/package/ngx2-pipes)

## This is a fork of the original repo and maintained, once the original author agrees to release the new version, the fork will be deleted. and the original repo will be updated. I will wait for few month to get the updaet from the original author. There is an issue logged for this https://github.com/fknop/angular-pipes/issues/113.

# Not actively maintained

# angular-pipes

4 changes: 2 additions & 2 deletions karma.conf.js
Original file line number Diff line number Diff line change
@@ -15,8 +15,8 @@ module.exports = function(config) {
},

frameworks: ['jasmine', 'karma-typescript'],
browsers: ['Firefox'],
plugins: ['karma-jasmine', 'karma-spec-reporter', 'karma-firefox-launcher', 'karma-typescript'],
browsers: ['Chrome'],
plugins: ['karma-jasmine', 'karma-spec-reporter', 'karma-chrome-launcher', 'karma-typescript'],

karmaTypescriptConfig: {
reports: {
52 changes: 27 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-pipes",
"version": "10.0.0",
"name": "ngx2-pipes",
"version": "13.0.0",
"description": "Angular pipes library",
"scripts": {
"cover": "cat ./coverage/*/lcovonly | ./node_modules/.bin/coveralls",
@@ -11,10 +11,10 @@
"publish-dist": "npm publish dist",
"test": "npm run karma"
},
"author": "Florian Knop",
"author": "ngx-builders",
"repository": {
"type": "git",
"url": "https://github.com/fknop/angular-pipes.git"
"url": "https://github.com/ngx-builders/angular-pipes.git"
},
"keywords": [
"ng2",
@@ -28,31 +28,33 @@
],
"license": "MIT",
"devDependencies": {
"@angular/animations": "^8.1.3",
"@angular/common": "^8.1.3",
"@angular/compiler": "^8.1.3",
"@angular/compiler-cli": "^8.1.3",
"@angular/core": "^8.1.3",
"@angular/platform-browser": "^8.1.3",
"@angular/platform-browser-dynamic": "^8.1.3",
"@angular/platform-server": "^8.1.3",
"@angular/animations": "^13.1.3",
"@angular/cli": "13.1.4",
"@angular/common": "^13.1.3",
"@angular/compiler": "^13.1.3",
"@angular/compiler-cli": "^13.1.3",
"@angular/core": "^13.1.3",
"@angular/platform-browser": "^13.1.3",
"@angular/platform-browser-dynamic": "^13.1.3",
"@angular/platform-server": "^13.1.3",
"@types/jasmine": "^3.3.16",
"core-js": "^3.1.4",
"coveralls": "^3.0.5",
"jasmine-core": "^3.4.0",
"karma": "^4.2.0",
"karma-firefox-launcher": "^1.1.0",
"karma-jasmine": "^2.0.1",
"karma-spec-reporter": "0.0.32",
"karma-typescript": "^4.1.1",
"ng-packagr": "^5.4.3",
"prettier": "^1.18.2",
"jasmine-core": "^4.0.0",
"karma": "^6.3.12",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^2.1.2",
"karma-jasmine": "^4.0.1",
"karma-spec-reporter": "0.0.33",
"karma-typescript": "^5.5.3",
"ng-packagr": "^13.1.3",
"prettier": "^2.5.1",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.5.2",
"tsickle": "^0.36.0",
"tslib": "^1.10.0",
"typescript": "3.5.3",
"zone.js": "~0.9.1"
"rxjs": "^7.5.2",
"tsickle": "^0.46.0",
"tslib": "^2.3.1",
"typescript": "4.5.5",
"zone.js": "~0.11.4"
},
"dependencies": {},
"prettier": {
11 changes: 7 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "es5",
"module": "es6",
"target": "ES2017",
"module": "ES2020",
"moduleResolution": "node",
"sourceMap": true,
"emitDecoratorMetadata": true,
@@ -12,10 +12,13 @@
"noUnusedParameters": true,
"suppressImplicitAnyIndexErrors": false,
"declaration": true,
"lib": ["es6", "dom"]
"lib": ["ES2020", "dom"],
"strict":true
},
"exclude": ["node_modules", "**/*.spec.ts"],
"angularCompilerOptions": {
"skipTemplateCodegen": true
"skipTemplateCodegen": true,
"strictInjectionParameters": true,,
"strictTemplates": true
}
}