Skip to content

Commit

Permalink
chore: v3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon-china committed Jul 26, 2021
1 parent aeeaeec commit 89627c2
Show file tree
Hide file tree
Showing 3 changed files with 134 additions and 90 deletions.
50 changes: 42 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,47 +1,64 @@

# Changelog

All notable changes to this project will be documented in this file.

### v3.5.2 (2021-07-27)

**Chore**

- Upgrade deps
- Update CI scripts
- Update ESLint config & format

### v3.4.4

**Feature**

- DB backup shell & path
- Support patch API to backup DB & recover DB

### v3.4.3

**Chore**

- Upgrade all deps
- Remove unused deps
- Update API Document
- Fix typos
- Add `cspell.json`

**Breaking Change**

- Remove `Vlog` `Music` `GitHub` modules to BFF server

### v3.4.2

**Chore**

- Upgrade all deps

**Breaking Change**

- comment content HTML -> markdown text
- remove marked module

### v3.4.1

**Chore**

- Upgrade all deps

**Feature**

- support redis `password` config

**Breaking Change**

- add fe public path
- remove legacy folder file path for syndication

### v3.4.0

- Upgrade deps
- Fix bilibili video API url
- Add AD config field (options)
Expand All @@ -52,17 +69,19 @@ All notable changes to this project will be documented in this file.
- [Improve sub documents `_id: false` option](https://typegoose.github.io/typegoose/docs/api/decorators/prop#_id)
- [Improve documents `enum` option](https://typegoose.github.io/typegoose/docs/api/decorators/prop#enum)


### v3.3.3

- Wallpaper module support `en`
- Enable `esModuleInterop` for `tsconfig`

### v3.3.2

- Fix article/hotList `query.state`
- Upgrade TypeScript deep
- Update `Optional Chaining`

### v3.3.0

- Rename Sitemap module to Syndication module
- Add RSS service with Syndication module
- Add renewal API with Auth module
Expand All @@ -76,23 +95,28 @@ All notable changes to this project will be documented in this file.
- Replace ESLint with TSLint

### v3.2.6

- Upgrade mongoose
- Update README.md
- Update FUNDING.yml

### v3.2.4

- Replace QINIU to Aliyun OSS
- Update uptoken and dbbackup module

### v3.2.3

- Remove project page with sitemap

### v3.2.2

- Add datebase backup service
- Add actions
- Update global console method

### v3.2.0

- 更新 所有依赖
- 更新 sitemap 模块及进行优化
- 更新 缓存及数据库模块、在核心节点增加告警服务
Expand All @@ -111,6 +135,7 @@ All notable changes to this project will be documented in this file.
- 废弃 枚举常量接口

### v3.1.0

- Update nestjs to v6.0
- 修正邮件服务文案错误
- 修复更新密码覆盖问题
Expand All @@ -119,22 +144,27 @@ All notable changes to this project will be documented in this file.
- 升级 Wallpaper 业务

### v3.0.0

- 使用 [Nest](https://github.com/nestjs/nest) 进行重构
- 增加 Bilibili Vlog 业务模块

### v2.2.0

- opeitime logic
- add constants api

### v2.1.4

- 增加统计数据接口
- 优化密码更新机制

### v2.1.2

- 升级完善全站缓存机制
- 增加时间定点任务库

### v2.1.0

- 优化编码风格
- 完善项目信息
- 完善 Js Doc 信息
Expand All @@ -145,10 +175,11 @@ All notable changes to this project will be documented in this file.
- 为控制器和 Model 抽象出单独的状态常量

### v2.0.0

- 文章增加原创、转载字段
- 优化评论系统的业务
* submitSpam 与移至黑名单功能映射
* 移黑功能,会自动将 SPAM 信息提交至 akismet,同时添加至系统黑名单
- submitSpam 与移至黑名单功能映射
- 移黑功能,会自动将 SPAM 信息提交至 akismet,同时添加至系统黑名单
- 升级 akismet-api 库,增加两项功能
- 升级 geoip-lite 库
- 升级 helmet 库
Expand All @@ -165,14 +196,17 @@ All notable changes to this project will be documented in this file.
- 增加检查 Token 有效性接口

### v1.2.0

- 重构了播放器 API

### v1.1.0

- 修复了评论数 bug

### v1.0.0
- 驱动搜索引擎 ping 接口 文章发布后自动ping给搜索引擎 xml
- 增加评论功能+黑名单,评论可自动校验spam,及黑名单(ip、邮箱、关键字的校验)

- 驱动搜索引擎 ping 接口 文章发布后自动 ping 给搜索引擎 xml
- 增加评论功能+黑名单,评论可自动校验 spam,及黑名单(ip、邮箱、关键字的校验)
- 使用 helmet + 手动优化,优化程序安全性
- 优化 mongoose 实例
- 优化数据表结构
Expand All @@ -185,10 +219,10 @@ All notable changes to this project will be documented in this file.
- 加入网站地图接口
- 网站地图由于缓存或者 primise 不能及时更新
- 网站地图的数据构成中文章需要筛选公开一发布的文章
- 对接百度统计开放平台api
- 对接百度统计开放平台 api
- 密码存储需要使用 md5 加密机制
- token... 等 config 信息使用 node 命令参数在 shell 中配置覆盖
- lean 和 翻页插件一起使用,返回的 id 字段是 _id bug
- lean 和 翻页插件一起使用,返回的 id 字段是 \_id bug
- 整理统一 result 的返回结构
- 围观后计数功能
- 多说转发热门文章接口
Expand Down
Loading

0 comments on commit 89627c2

Please sign in to comment.