rdflib 2.2.21-acff123a → 2.2.21-c8cf5305

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/package.json +1 -1
  2. package/changes.txt +0 -59
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "rdflib",
3
3
  "description": "an RDF library for node.js. Suitable for client and server side.",
4
- "version": "2.2.21-acff123a",
4
+ "version": "2.2.21-c8cf5305",
5
5
  "private": false,
6
6
  "browserslist": [
7
7
  "> 0.5%"
package/changes.txt DELETED
@@ -1,59 +0,0 @@
1
- REMOVED FILES:
2
-
3
- plistClosure.js -> no refs to about() or pickOne.
4
- unify.js -> contained _no_ code !
5
- remote.js -> remoteQuery ref'd in query.js, but commented out.
6
- parser.js -> not used anymore.
7
-
8
- LOGGING:
9
-
10
- Without assuming that there is a global log var, logging can be weird. What do we do?
11
- (bring in the log js)
12
-
13
- ORDERING:
14
-
15
- util.js - done (util-nonlib.js) - FIGURE OUT AJAR_HandleNew (should be in sources probably..) for now in util class.
16
- uri.js - done (REMOVED URIjoin, uri_docpart, uri_protocol
17
- term.js - done..
18
- rdfparser.js -done..
19
- n3parser.js -ew, but done.
20
- identity.js 21k -RDFArrayRemove now in Util.RDFArrayRemove.
21
- query.js 21k -NEEDS MORE WORK.
22
- sources.js 37k -ok??
23
- serialize.js 24k -OK!
24
- sparqlUpdate.js 8k -ok, seemingly.
25
- sparql.js 21k -SPARQLtoQuery needs kb in calls to it now.. isbnode: /^[]$/ -> /^$/ NO! Take it back.
26
-
27
- TODO: Add the minor sources bugfix into sources.js!
28
-
29
- HANGING GLOBALS:
30
-
31
- isExtension
32
-
33
-
34
-
35
-
36
- =========================================================================
37
- extension code!
38
-
39
- KILLED GLOBALS:
40
- string_startswith
41
- kb
42
- sf
43
- qs
44
-
45
-
46
- NAMESPACE GLOBALS DELETED:
47
- mo
48
- contact
49
- xsd
50
- rss
51
- dc
52
- owl
53
- rdfs
54
- rdf
55
- tabont
56
- foaf
57
-
58
-
59
- WEBDAV.js -- WHERE IS IT NEEDED.