Skip to content

Commit

Permalink
version 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
francescogabbrielli committed Oct 8, 2022
1 parent b678d0e commit 381eaa3
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,19 @@ this.xmlrpc.setHeaders({
})
```
- _Note_: this method returns an instance of [HttpHeaders](https://angular.io/api/common/http/HttpHeaders) that will be used in the Angular HTTP request


## Build & Test (Developers)

To build the project create an angular workspace (or use an existing one). For example:

ng new ng-workspace --create-application false

Create the library project:

ng generate library angular2-xmlrpc

fetch this repo from inside the project folder and buid it as library module from angular:

ng build angular2-xmlrpc
ng test angular2-xmlrpc
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v1.0.5
------
- Fix: array responses are broken (for structs)

v1.0.4
------
- Fix: bug when passing 0 as a parameter -> is treated as null
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular2-xmlrpc",
"description": "An Angular service which provides XML-RPC communication methods",
"version": "1.0.4",
"version": "1.0.5",
"author": "Francesco Gabbrielli",
"license": "ISC",
"homepage": "https://github.com/francescogabbrielli/angular2-xmlrpc",
Expand Down

0 comments on commit 381eaa3

Please sign in to comment.