-
Notifications
You must be signed in to change notification settings - Fork 27
Changes to source files to consolidate versioning information
New file location to store version information: version.txt
Location of original version information:
.eslintrc.json Line 3: ecmaVersion: 6
Contributing.md Line 18: JSDO version: List the current version of the JSDO. You can find it by opening any of the src or lib files. MODIFIED: Line 18: JSDO version: List the current version of the JSDO. You can find it by opening any of the version.txt file.
Progress.all.js Line 2-38: Version 6.0.0 watermark (progress JSDO) Line 1098 – 1113: Version: 6.0.0 watermark (progress.js) Line 8730 – 8744: Version 6.0.0 watermark (progress.session.js) Line 13705 – 13721: Version 6.0.0 watermark (progress.auth.js) Line 14176 – 14192: Version 6.0.0 watermark (progress.auth.basic.js) Line 14335 – 14350: Version 6.0.0 watermark (progress.auth.form.js) Line 14547 – 14562: Version 6.0.0 watermark (progress.auth.sso.js) Line 15041 – 15056: Version 6.0.0 watermark (progress.data.kendo.js)
Progess.all.min.js Line 2-38: Version 6.0.0 watermark (progress JSDO)
Progress.jsdo.js Line 2-38: Version 6.0.0 watermark (progress JSDO) Line 1098 – 1113: Version: 6.0.0 watermark (progress.js) Line 8730 – 8744: Version 6.0.0 watermark (progress.session.js) Line 13705 – 13721: Version 6.0.0 watermark (progress.auth.js) Line 14335 – 14350: Version 6.0.0 watermark (progress.auth.form.js) Line 14547 – 14562: Version 6.0.0 watermark (progress.auth.sso.js)
Progress.jsdo.min.js Line 2-38: Version 6.0.0 watermark (progress JSDO)
Progress.jsdo.min.js.map Line 1: “Version”:3
Package.json Package.json (packages\angular) Package.json (packages\core) Package.json (packages\nativescript) Package.json (packages\ng-datasource) Package.json (packages\node) Line 3: “version”:”6.0.0”
Progress.auth.basic.js (src\auth) Line 2-16: Version 6.0.0 watermark (progress.auth.basic.js)
Progress.auth.form.js (src\auth) Line 2-16: Version 6.0.0 watermark (progress.auth.form.js)
Progress.auth.js (src\auth) Line 2-16: Version 6.0.0 watermark (progress.auth.js)
Progress.auth.basic.js (src\auth) Line 2-16: Version 6.0.0 watermark (progress.auth.basic.js)
Progress.auth.sso.js (src\auth) Line 2-16: Version 6.0.0 watermark (progress.auth.sso.js)
Progress.data.kendo.js (src) Line 2- 17: Version 6.0.0 watermark (progress.data.kendo.js)
Progress.js (src) Line 2 – 17: Version 6.0.0 watermark (progress.js)
Progress.session.js (src) Line 2 -17: Version 6.0.0 watermark (progress.session.js)
Progress.util.js (src) Line 2 – 17: Version 6.0.0 watermark (progress.util.js)
LICENSE Line 4: Licensed under the Apache License, Version 2.0 (the "License");
Notice.txt Notice.txt (packages\angular) Notice.txt (packages\core) Notice.txt (packages\nativescript) Line 3: the Apache License, Version 2.0, Notice.txt (packages\node) Line 3 – 71: Multiple license and copyright stamps
Readme.md Line 8 – 10: JSDO Version/OE version Line 39: Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License Readme.md (packages\angular) Readme.md (packages\nativescript) Readme.md (packages\ng-datasource) Readme.md (packages\node) Line 10: Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License Readme.md (packages\core) Line 8 – 10: JSDO Version/OE version Line 16: Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License
Progress.data.ng.ds.ts (packages\ng-datasource) Line 2 – 24: Version 6.0.0 watermark (progress.data.ng.ds.ts)
- DataSource API
- Starter Template Tutorial
- Using the JSDO component with plain HTML and JavaScript
- Using the JSDO and DataSource components with an existing NativeScript app
- Using the JSDO and DataSource components in an Angular web app (Angular-5.x)
- Using the JSDO and DataSource components in an Angular web app (Angular-6.x)
- Using the JSDO and DataSource components in a Node.js app