@code-name-jack/ngx-linkifyjs 14.0.1 → 16.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +7 -8
  2. package/package.json +13 -12
package/README.md CHANGED
@@ -1,5 +1,4 @@
1
- # @code-name-jack/ngx-linkifyjs
2
- Angular 14 wrapper for linkifyjs(v4) - library for finding links in plain text and converting them to HTML <a> tags via linkifyjs
1
+ # ngx-linkifyjs-v2 - Angular 14 wrapper for linkifyjs - library for finding links in plain text and converting them to HTML <a> tags via linkifyjs
3
2
 
4
3
  [![npm version](https://badge.fury.io/js/ngx-linkifyjs.svg)](https://badge.fury.io/js/ngx-linkifyjs),
5
4
  [![npm](https://img.shields.io/badge/demo-online-ed1c46.svg)](https://anthonynahas.github.io/ngx-linkifyjs)
@@ -23,7 +22,7 @@ Angular 14 wrapper for linkifyjs(v4) - library for finding links in plain text
23
22
  Do you have any question or suggestion ? Please do not hesitate to contact us!
24
23
  Alternatively, provide a PR | open an appropriate issue [here](https://github.com/anthonynahas/ngx-linkifyjs/issues)
25
24
 
26
- If you like this project, support [ngx-linkifyjs](https://github.com/anthonynahas/ngx-linkifyjs)
25
+ If you like this project, support [ngx-linkifyjs](https://github.com/anthonynahas/ngx-linkifyjs)
27
26
  by starring :star: and sharing it :loudspeaker:
28
27
 
29
28
 
@@ -66,7 +65,7 @@ Now add the library via the `angular schematics`
66
65
  ng add ngx-linkifyjs
67
66
  ```
68
67
 
69
- ## 2. Install via *npm*. (Alternative)
68
+ ## 2. Install via *npm*. (Alternative)
70
69
 
71
70
  Now install `ngx-linkifyjs` via:
72
71
  ```shell
@@ -165,8 +164,8 @@ import { NgxLinkifyOptions } from 'ngx-linkifyjs';
165
164
 
166
165
  if you prefer to provide your own option to the `pipe`, you can use it like the following:
167
166
 
168
- - `{{text | linkify: 'options' }}`
169
- - `{{text | linkify: '{/*your options*/}' }}`
167
+ - `{{text | linkify: 'options' }}`
168
+ - `{{text | linkify: '{/*your options*/}' }}`
170
169
  - `{{text | linkify: '{target {url: "_self" }}' }}`
171
170
 
172
171
 
@@ -388,8 +387,8 @@ $ npm i && npm start
388
387
  + Drop an email to: [Anthony Nahas](mailto:anthony.na@hotmail.de)
389
388
  + or open an appropriate [issue](https://github.com/anthonynahas/ngx-linkifyjs/issues)
390
389
  + let us chat on [Gitter](https://gitter.im/angular-material-extensions/Lobby)
391
-
392
- Built by and for developers :heart: we will help you :punch:
390
+
391
+ Built by and for developers :heart: we will help you :punch:
393
392
 
394
393
  ---
395
394
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@code-name-jack/ngx-linkifyjs",
3
3
  "description": "Angular wrapper for linkifyjs(v4) - library for finding links in plain text and converting them to HTML <a> tags via linkifyjs",
4
- "version": "14.0.1",
4
+ "version": "16.0.1",
5
5
  "homepage": "https://github.com/code-name-jack/ngx-linkifyjs-v2",
6
6
  "author": {
7
7
  "name": "Code Name Jack",
@@ -30,12 +30,20 @@
30
30
  "bugs": {
31
31
  "url": "https://github.com/code-name-jack/ngx-linkifyjs-v2/issues"
32
32
  },
33
+ "engines": {
34
+ "node": ">=16.0.0"
35
+ },
33
36
  "peerDependencies": {
34
- "@angular/common": "<15",
35
- "@angular/core": "<15"
37
+ "@angular/common": "~16.x",
38
+ "@angular/core": "~16.x",
39
+ "@schematics/angular": "~16.x"
36
40
  },
37
- "engines": {
38
- "node": ">=10.0.0"
41
+ "dependencies": {
42
+ "linkify-plugin-hashtag": "^4.0.2",
43
+ "linkify-plugin-mention": "^4.0.2",
44
+ "linkify-string": "^4.0.2",
45
+ "linkifyjs": "^4.0.2",
46
+ "tslib": "^2.4.1"
39
47
  },
40
48
  "release-it": {
41
49
  "github": {
@@ -99,13 +107,6 @@
99
107
  "rollup-plugin-uglify"
100
108
  ]
101
109
  },
102
- "dependencies": {
103
- "tslib": "^2.4.1",
104
- "linkifyjs": "^4.0.2",
105
- "linkify-plugin-hashtag": "^4.0.2",
106
- "linkify-plugin-mention": "^4.0.2",
107
- "linkify-string": "^4.0.2"
108
- },
109
110
  "commitplease": {
110
111
  "style": "angular",
111
112
  "types": [