File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+ All notable changes to this project will be documented in this file.
3
+
4
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
+
7
+ ## [ Unreleased]
8
+
9
+ ## [ 1.0.1] - 2019-10-03
10
+ ### Fixed
11
+ - Return null if data from server is empty when calling to a server function
12
+
13
+ ## [ 1.0.0] - 2019-09-05
14
+ ### Added
15
+ - Add server model for IP and port
16
+ - Add authentication model for user and password
17
+ - Add possibility of choosing the http client, request and stream factory
18
+ - Add ` call ` property in ` Resource ` class to call functions
19
+
20
+ ### Changed
21
+ - Uppercase first character of mta class
22
+ - Change parameter types of Mta class
23
+
24
+ ## [ 0.4.0] - 2009-10-06
25
+ ### Changed
26
+ - Renamed ` public function mta(..) ` to ` public function __construct(..) ` .
27
+
28
+ ## [ 0.3.0] - 2008-04-17
29
+ ### Added
30
+ - Neater syntax, support functions for callRemote (fix version makes call work with args)
31
+
32
+ ## [ 0.2.0] - 2007-07-10
33
+ ### Added
34
+ - Add authentication support
35
+
36
+ ## [ 0.1.0] - 2007-06-26
37
+ ### Added
38
+ - Initial release
39
+
40
+ [ Unreleased ] : https://github.com/multitheftauto/mtasa-php-sdk/compare/1.0.1...HEAD
41
+ [ 1.0.1 ] : https://github.com/multitheftauto/mtasa-php-sdk/compare/1.0.0...1.0.1
42
+ [ 1.0.0 ] : https://github.com/multitheftauto/mtasa-php-sdk/compare/v0.4.0...1.0.0
43
+ [ 0.4.0 ] : https://github.com/multitheftauto/mtasa-php-sdk/compare/v0.3.0...v0.4.0
44
+ [ 0.3.0 ] : https://github.com/multitheftauto/mtasa-php-sdk/compare/v0.2.0...v0.3.0
45
+ [ 0.2.0 ] : https://github.com/multitheftauto/mtasa-php-sdk/compare/v0.1.0...v0.2.0
46
+ [ 0.1.0 ] : https://github.com/multitheftauto/mtasa-php-sdk/releases/tag/v0.1.0
You can’t perform that action at this time.
0 commit comments