Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iOSThirdRepo
Logan
Commits
1c29962a
Commit
1c29962a
authored
5 years ago
by
sylvia
Browse files
Options
Download
Email Patches
Plain Diff
chore(release): 1.0.5
parent
da67c312
master
websdk_1.0.5
websdk_1.1.0
v1.0.5
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Logan/WebSDK/CHANGELOG.md
+51
-0
Logan/WebSDK/CHANGELOG.md
Logan/WebSDK/package.json
+2
-2
Logan/WebSDK/package.json
with
53 additions
and
2 deletions
+53
-2
Logan/WebSDK/CHANGELOG.md
+
51
-
0
View file @
1c29962a
...
...
@@ -2,6 +2,57 @@
All notable changes to this project will be documented in this file. See
[
standard-version
](
https://github.com/conventional-changelog/standard-version
)
for commit guidelines.
### [1.0.5](https://github.com///compare/v1.0.0...v1.0.5) (2020-03-20)
### Bug Fixes
*
add linter,fix dayFormat,change log to sync (
[
fa390a0
](
https://github.com///commit/fa390a0f2d1dcbb251d014af5231481c21d99657
)
)
*
add node_index for node env (
[
da67c31
](
https://github.com///commit/da67c31217149548099a2cb205a59c1891c00223
)
)
*
when dayInfo object has no reportPagesInfo (
[
70c8e1a
](
https://github.com///commit/70c8e1aa1f590c67114935d0008e141aa8e6d6dd
)
)
### 1.2.7 (2020-02-12)
### Bug Fixes
*
unionid value in iOS upload request header (
[
bc7c17c
](
https://github.com///commit/bc7c17c3e96255ebdc1891f2bf8574f8b6ef33bf
)
)
### 1.2.6 (2019-12-16)
### 1.2.5 (2019-06-24)
### Bug Fixes
*
modify the method name from "flash" to "flush" (
[
af0355d
](
https://github.com///commit/af0355da37abe91e208ab874457fb6b1019314ab
)
)
### 1.2.4 (2019-06-04)
### 1.2.3 (2019-05-27)
### 1.2.2 (2019-05-23)
### Bug Fixes
*
Release path error (
[
d477c1b
](
https://github.com///commit/d477c1b2136e884093e32f4a5e0d3800e2183c18
)
)
### 1.2.1 (2019-02-14)
## 1.2.0 (2019-02-14)
### Bug Fixes
*
Using wrong variable (
[
696eb73
](
https://github.com///commit/696eb7340d2cf907f608e4ee30aedf4b6a1cc047
)
)
### 1.1.1 (2018-10-22)
## 1.1.0 (2018-10-20)
## 1.0.0 (2018-09-26)
### 1.0.4 (2019-12-23)
...
...
This diff is collapsed.
Click to expand it.
Logan/WebSDK/package.json
+
2
-
2
View file @
1c29962a
{
"name"
:
"logan-web"
,
"version"
:
"1.0.
4
"
,
"version"
:
"1.0.
5
"
,
"description"
:
"Web SDK for Logan, supports log and report in H5 and browser environment."
,
"main"
:
"build/node_index.js"
,
"module"
:
"build/index.js"
,
...
...
@@ -50,4 +50,4 @@
"/build"
,
"/src"
]
}
\ No newline at end of file
}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets