Skip to content

Commit

Permalink
Updated to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
donbellamy committed Mar 6, 2022
1 parent d322574 commit 1406113
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 22 deletions.
2 changes: 1 addition & 1 deletion ModuleConfig.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ component {
this.author = "Don Bellamy <[email protected]>";
this.webURL = "https://github.com/donbellamy/cbjsoup";
this.description = "Leverages the JSoup html parser for extracting and manipulating html";
this.version = "1.0.1";
this.version = "1.1.0";
this.viewParentLookup = true;
this.layoutParentLookup = true;
this.entryPoint = "cbjsoup";
Expand Down
38 changes: 18 additions & 20 deletions box.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
{
"name":"JSoup",
"author":"Don Bellamy <[email protected]>",
"version":"1.0.1",
"slug":"cbjsoup",
"type":"modules",
"homepage":"https://github.com/donbellamy/cbjsoup",
"documentation":"https://github.com/donbellamy/cbjsoup",
"repository":{
"type":"git",
"url":"https://github.com/donbellamy/cbjsoup"
},
"shortDescription":"A ColdBox module for JSoup.",
"contributors":[
"Don Bellamy <[email protected]>"
],
"dependencies":{
"cbjavaloader":"^1.4.0"
},
"location":"forgeboxStorage"
}
"name": "JSoup",
"author": "Don Bellamy <[email protected]>",
"version": "1.1.0",
"slug": "cbjsoup",
"type": "modules",
"homepage": "https://github.com/donbellamy/cbjsoup",
"documentation": "https://github.com/donbellamy/cbjsoup",
"repository": {
"type": "git",
"url": "https://github.com/donbellamy/cbjsoup"
},
"shortDescription": "A ColdBox module for JSoup.",
"contributors": ["Don Bellamy <[email protected]>"],
"dependencies": {
"cbjavaloader": "^2.0.0"
},
"location": "forgeboxStorage"
}
7 changes: 6 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Changelog

## 1.0.0
* Initial release

- Initial release

## 1.1.0

- Updated to use cbjavaloader 2.0, upgraded jsoup jars to 1.14.3
Binary file removed models/lib/jsoup-1.12.1-javadoc.jar
Binary file not shown.
Binary file removed models/lib/jsoup-1.12.1-sources.jar
Binary file not shown.
Binary file removed models/lib/jsoup-1.12.1.jar
Binary file not shown.
Binary file added models/lib/jsoup-1.14.3-javadoc.jar
Binary file not shown.
Binary file added models/lib/jsoup-1.14.3-sources.jar
Binary file not shown.
Binary file added models/lib/jsoup-1.14.3.jar
Binary file not shown.

0 comments on commit 1406113

Please sign in to comment.