Skip to content

Commit 6de52e8

Browse files
authored
Merge pull request #76 from thenewboston-developers/development
v1.0.3
2 parents 3716894 + 9f29f21 commit 6de52e8

File tree

8 files changed

+496
-19
lines changed

8 files changed

+496
-19
lines changed

.eslintrc.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"root": true,
3+
"parser": "@typescript-eslint/parser",
4+
"plugins": ["@typescript-eslint"],
5+
"extends": [
6+
"eslint:recommended",
7+
"plugin:@typescript-eslint/eslint-recommended",
8+
"plugin:@typescript-eslint/recommended"
9+
],
10+
"rules": {
11+
"@typescript-eslint/explicit-module-boundary-types": "off",
12+
"@typescript-eslint/no-non-null-assertion": "off",
13+
"@typescript-eslint/no-explicit-any": "off"
14+
}
15+
}

changelog.html

Lines changed: 180 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,180 @@
1+
<!DOCTYPE html>
2+
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
3+
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
4+
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
5+
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
6+
<head>
7+
<meta charset="utf-8">
8+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
9+
<title>Release Notes</title>
10+
<meta name="description" content="Release Notes">
11+
<meta name="viewport" content="width=device-width">
12+
<style>
13+
body {
14+
font-family: 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Lucida Grande', sans-serif;;
15+
line-height: 1.5em;
16+
color: #333;
17+
background: #eee;
18+
}
19+
.container {
20+
margin: 0 auto;
21+
width: 800px;
22+
}
23+
24+
.title {
25+
text-align: center;
26+
margin: 4em 0 4em 0;
27+
background: #eee;
28+
}
29+
.title h1 {
30+
font-size: 4.5em;
31+
font-weight: bold;
32+
margin-bottom: 0;
33+
letter-spacing: -.05em;
34+
margin-top: .3em;
35+
}
36+
37+
.author {
38+
color: #74BCBC;
39+
}
40+
.category {
41+
margin: 2em 0;
42+
overflow: auto;
43+
}
44+
.category h2 {
45+
font-size: 1.4em;
46+
margin-bottom: 0em;
47+
}
48+
.category .date {
49+
font-size: .8em;
50+
color: #666;
51+
}
52+
.category .commit {
53+
margin-top: 0em;
54+
}
55+
.summary {
56+
margin-bottom: 0;
57+
}
58+
.commit {
59+
padding: 1px 1em;
60+
color: white;
61+
background: #333;
62+
margin: 2em 0;
63+
}
64+
.commit h2 {
65+
font-size: 1em;
66+
}
67+
.commit pre {
68+
padding-left: 2em;
69+
}
70+
</style>
71+
</head>
72+
<body>
73+
<div class="container" role="main">
74+
<div class="header title">
75+
<h1>Release Notes</h1>
76+
</div>
77+
<div class="category">
78+
79+
<p class="summary">
80+
<span class="author">Zino Adidi</span>
81+
committed on
82+
<span class="date">Sun, 7 Mar 2021 15:09:36 +0200</span>
83+
</p>
84+
85+
<div class="commit">
86+
<h2>1.0.3</h2>
87+
<pre></pre>
88+
</div>
89+
90+
<p class="summary">
91+
<span class="author">Abhay</span>
92+
committed on
93+
<span class="date">Sun, 7 Mar 2021 14:46:54 +0200</span>
94+
</p>
95+
96+
<div class="commit">
97+
<h2>Update package.json to fix npm package issue #69 (#71)</h2>
98+
<pre>efs/remotes/origin/development
99+
* Update package.json to fix npm package issue #69
100+
101+
* install regenerator-runtime
102+
103+
* Remove postinstall script
104+
105+
* Install @babel/runtime</pre>
106+
</div>
107+
108+
<p class="summary">
109+
<span class="author">James Pang</span>
110+
committed on
111+
<span class="date">Sat, 6 Mar 2021 21:08:44 +0200</span>
112+
</p>
113+
114+
<div class="commit">
115+
<h2>! Add support for eslint (#74)</h2>
116+
<pre>
117+
</pre>
118+
</div>
119+
120+
<p class="summary">
121+
<span class="author">Abhay</span>
122+
committed on
123+
<span class="date">Fri, 5 Mar 2021 14:02:59 +0200</span>
124+
</p>
125+
126+
<div class="commit">
127+
<h2>PaymentHandler Tests (#70)</h2>
128+
<pre>
129+
</pre>
130+
</div>
131+
132+
<p class="summary">
133+
<span class="author">Abhay</span>
134+
committed on
135+
<span class="date">Fri, 5 Mar 2021 13:10:55 +0200</span>
136+
</p>
137+
138+
<div class="commit">
139+
<h2>Send database synchronisable idempotent payment #57 (#59)</h2>
140+
<pre>efs/remotes/origin/master, refs/remotes/origin/HEAD
141+
* Send database synchronisable idempotent payment #57
142+
143+
* create TransferDetails class</pre>
144+
</div>
145+
146+
<p class="summary">
147+
<span class="author">Zino Adidi</span>
148+
committed on
149+
<span class="date">Fri, 5 Mar 2021 13:01:44 +0200</span>
150+
</p>
151+
152+
<div class="commit">
153+
<h2>increment version number (#66)</h2>
154+
<pre>
155+
* Publish should work correctly
156+
157+
* Package access is set to public on publish
158+
159+
* 1.0.2</pre>
160+
</div>
161+
162+
<p class="summary">
163+
<span class="author">Zino Adidi</span>
164+
committed on
165+
<span class="date">Fri, 5 Mar 2021 12:33:09 +0200</span>
166+
</p>
167+
168+
<div class="commit">
169+
<h2>invalid parameter in publish command (#64)</h2>
170+
<pre>
171+
* Publish should work correctly
172+
173+
* Package access is set to public on publish</pre>
174+
</div>
175+
176+
</div>
177+
</div>
178+
</body>
179+
</html>
180+

0 commit comments

Comments
 (0)