npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

fastman3-framework-core

v1.2.2

Published

a core library for fastman3

Downloads

4

Readme

fastman3-framework-core

CHANGELOG

v 1.0.0 - 2021.4.26

  1. 初始化构建

v 1.0.1 - 2021.5.24

  1. 将vconsole使用3.5.2固定版本,最新的3.6.0使用ts重写的有兼容性问题

v 1.0.2 - 2021.5.24

  1. 使用vconsole最新版本v3.6.1,解决官方 URL 的报错缺陷

v 1.0.3 - 2021.5.26

  1. 使用vconsole固定版本v3.5.2,解决在某些机型(如ios 10.3.1)上报Type Error的错误(坑)

v 1.0.4 - 2021.5.28

  1. 去除 immer 插件,安卓5下存在兼容性问题

v 1.0.5 - 2021.5.31

  1. 兼容 APP_ENV 环境变量

v 1.1.0 - 2021.5.31

  1. 修复紧急bug,导致swan和alipay页面白屏,增加排除h5端的兼容代码

v 1.1.1 - 2021.5.31

  1. 使用低端机型兼容的 vconsole 版本(v3.3.4)

v 1.1.2 - 2021.5.12

  1. 升级 vconsole 到3.14.6版本,且加入日志导出功能

v 1.1.3 - 2021.5.12

  1. 加入日志导出功能,降级vconsole 版本(v3.3.4)

v 1.1.4 - 2021.5.12

  1. 还原 VConsole 原始版本

v 1.1.5 - 2021.5.12

  1. 升级最新版 VConsole v3.14.6

v 1.1.6 - 2021.6.5

  1. 支持统一部署方案

v 1.1.7 - 2021.11.11

  1. 解决 window 全局 env 找不到的 bug

v 1.1.8 - 2021.11.18

  1. 解决 ios9&10 下使用高版本 VConsole 导致页面白屏的缺陷
  2. 新增 fastman3-vconsole-exportlog 的支持

v 1.2.0 - 2021.11.18

  1. 去除 ios9&10 的按需导入 VConsole 逻辑,否则 VConsole 依然会被打入包内
  2. 将 switchEnv 和 exportLog 这2个 VConsole 插件改成 require 模块,解决生产包依然会引入 VConsole 的缺陷,导致包过大

v 1.2.1 - 2022.12.15

  1. 解决支付宝不兼容 setEnableDebug api

v 1.2.2 - 2022.12.23

  1. 兼容mock环境不报错