0.9.2 • Published 6 months ago
logfit v0.9.2
logfit.js
Logfit Javascript Client
This is a client that will report website visitor data to log.fit.
Setup (Embedding into web page)
<script>
const LogFitConfig = {
"source": "<your source uuid>"
};
</script>
<script src="logfit.min.js"></script>
Setup (Node)
const LogFit = require('logfit');
const config = {
"source": "<your source uuid>"
};
const logfit = new LogFit(config);
logfit.report();
Release
- Update Changelog with new version
- Update package.json version and run
npm install
- Update webpack.config.js version.
- Update client.js version and run
npm run package
- Git commit, tag, and push
0.9.2
6 months ago
0.9.1
1 year ago
0.9.0
1 year ago
0.8.8
1 year ago
0.8.7
2 years ago
0.8.5
3 years ago
0.8.6
3 years ago
0.8.4
3 years ago
0.8.3
4 years ago
0.8.2
5 years ago
0.8.1
5 years ago
0.8.0
6 years ago
0.7.1
7 years ago
0.7.0
7 years ago
0.6.0
7 years ago
0.5.1
7 years ago
0.5.0
7 years ago
0.4.2
7 years ago
0.4.1
7 years ago
0.4.0
7 years ago
0.3.0
7 years ago
0.1.0
7 years ago
0.2.0
7 years ago
0.0.1
7 years ago