forked from vjebelev/ruby-netsuite-client-gem
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
30 lines (16 loc) · 757 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
=== 1.1 2011-12-23
* made it work with ruby 1.9.2 (spews some warnings though)
=== 1.0.1 2011-12-21
* fixed scope of method full_basic_search (was private by mistake)
=== 1.0 2011-11-22
* upgraded to latest WSDL: 2011_2 and made it default
* added 2011_1 and 2011_2 WSDLs definitions and a way to select WSDL at runtime:
env variable FORCE_NS_WSDL_VERSION, e.g. 'export FORCE_NS_WSDL_VERSION=2009_1'
* removed soap classes definitions from rdoc files to avoid huge gem install time
* removed dependency on hoe and added dependency on soap4r
* added github repo [email protected]:vjebelev/ruby-netsuite-client-gem.git
=== 0.0.2 2010-7-7
* upgraded to newer WSDL
=== 0.0.1 2009-12-01
* 1 major enhancement:
* Initial release