@abp/timeago 7.2.2 → 7.3.0-rc.2

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 +129 -0
  2. package/package.json +18 -3
package/README.md ADDED
@@ -0,0 +1,129 @@
1
+ ## ℹ️ Description
2
+
3
+ ABP Framework is a complete open-source infrastructure to create modern web applications by following the best practices and conventions of software development. This package is a part of the [ABP Framework](https://abp.io) and contains client-side files.
4
+ For more information, check out the below links:
5
+
6
+ 🔗Official Website: https://abp.io
7
+
8
+ 🔗Commercial Website: https://commercial.abp.io
9
+
10
+ 🔗Commercial Demo: https://commercial.abp.io/demo
11
+
12
+ 🔗GitHub Repository: https://github.com/abpframework/abp
13
+
14
+ 🔗Official Theme: https://www.LeptonTheme.com
15
+
16
+ 🔗Documentation: https://docs.abp.io
17
+
18
+ 🔗Community: https://community.abp.io
19
+
20
+ 🔗Blog: https://blog.abp.io
21
+
22
+ 🔗Books: https://abp.io/books
23
+
24
+ 🔗Twitter: https://twitter.com/abpframework
25
+
26
+ 🔗Discord: https://community.abp.io/discord
27
+
28
+ 🔗Stackoverflow: https://stackoverflow.com/questions/tagged/abp
29
+
30
+ 🔗YouTube: https://www.youtube.com/@Volosoft
31
+
32
+
33
+ ## 🤔 Why ABP Platform?
34
+
35
+ Why should you use the ABP.IO Platform instead of creating a new solution from scratch?
36
+
37
+ You can find the answer here 👉🏻 [Why ABP Platform?](https://docs.abp.io/en/commercial/latest/why-abp-io-platform)
38
+
39
+ ## 🚀 Key Features of the ABP Framework
40
+
41
+ 🟡 Modularity
42
+
43
+ 🟡 Multi-Tenancy
44
+
45
+ 🟡 Bootstrap Tag Helpers
46
+
47
+ 🟡 Dynamic Forms
48
+
49
+ 🟡 Authentication
50
+
51
+ 🟡 Authorization
52
+
53
+ 🟡 Distributed Event Bus
54
+
55
+ 🟡 BLOB Storing
56
+
57
+ 🟡 Text Templating
58
+
59
+ 🟡 Tooling: ABP CLI
60
+
61
+ 🟡 Cross-Cutting Concerns
62
+
63
+ 🟡 Bundling & Minification
64
+
65
+ 🟡 Virtual File System
66
+
67
+ 🟡 Theming
68
+
69
+ 🟡 Background Jobs
70
+
71
+ 🟡 DDD Infrastructure
72
+
73
+ 🟡 Auto REST APIs
74
+
75
+ 🟡 Dynamic Client Proxies
76
+
77
+ 🟡 Multiple Database Providers
78
+
79
+ 🟡 Data filtering
80
+
81
+ 🟡 Test Infrastructure
82
+
83
+ 🟡 Audit Logging
84
+
85
+ 🟡 Object to Object Mapping
86
+
87
+ 🟡 Email & SMS Abstractions
88
+
89
+ 🟡 Localization
90
+
91
+ 🟡 Setting Management
92
+
93
+ 🟡 Extension Methods
94
+
95
+ 🟡 Aspect Oriented Programming
96
+
97
+ 🟡 Dependency Injection
98
+
99
+
100
+ ## 🧐 How It Works?
101
+
102
+ The following page explains how you use the ABP.IO Platform as a .NET developer 👉 [How it works?](https://commercial.abp.io/how-it-works)
103
+
104
+
105
+ ### 📘 Supported Database Providers
106
+
107
+ 🔵 Entity Framework Core
108
+
109
+ 🔵 MongoDB
110
+
111
+ 🔵 Dapper
112
+
113
+
114
+ ### 🎴 Supported UI Frameworks
115
+
116
+ 🔵 Angular
117
+
118
+ 🔵 Razor Pages
119
+
120
+ 🔵 Blazor Web Assembly
121
+
122
+ 🔵 Blazor Server
123
+
124
+ 🔵 MAUI with Blazor Hybrid
125
+
126
+
127
+ ## 📫 Bug & Support
128
+
129
+ Support for open-source ABP Framework client-side packages is available at [GitHub Issues](https://github.com/abpframework/abp/issues), and the commercial support is available at [support.abp.io](https://support.abp.io).
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "7.2.2",
2
+ "version": "7.3.0-rc.2",
3
3
  "name": "@abp/timeago",
4
4
  "repository": {
5
5
  "type": "git",
@@ -10,8 +10,23 @@
10
10
  "access": "public"
11
11
  },
12
12
  "dependencies": {
13
- "@abp/jquery": "~7.2.2",
13
+ "@abp/jquery": "~7.3.0-rc.2",
14
14
  "timeago": "^1.6.7"
15
15
  },
16
- "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431"
16
+ "gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",
17
+ "homepage": "https://abp.io",
18
+ "license": "LGPL-3.0",
19
+ "keywords": [
20
+ "aspnetcore",
21
+ "boilerplate",
22
+ "framework",
23
+ "web",
24
+ "best-practices",
25
+ "angular",
26
+ "maui",
27
+ "blazor",
28
+ "mvc",
29
+ "csharp",
30
+ "webapp"
31
+ ]
17
32
  }